Package | Description |
---|---|
com.github.gwtd3.api.core |
Modifier and Type | Method and Description |
---|---|
Transition |
Transition.attrTween(String name,
TweenFunction<?> tweenFunction)
Transitions the value of the attribute with the specified name according
to the specified tween function.
|
Selection |
Transition.styleTween(String name,
TweenFunction<?> tweenFunction,
boolean important)
Transitions the value of the CSS style property with the specified name
according to the specified tween function.
|
Copyright © 2015 gwt-d3. All rights reserved.