public interface TweenFunction<T>
Interpolator
used to tween elements attribute or styles within Transition
s.
Modifier and Type | Method and Description |
---|---|
Interpolator<T> |
apply(com.google.gwt.dom.client.Element context,
Value datum,
int index,
Value value) |
Interpolator<T> apply(com.google.gwt.dom.client.Element context, Value datum, int index, Value value)
context
- datum
- index
- attributeValue
- Copyright © 2015 gwt-d3. All rights reserved.