| Interface | Description |
|---|---|
| EasingFunction |
An easing function takes the current parameterized time value t in the domain [0,1],
and maps it to another value in a similar range; it is typically used to set
Transition#ease(). |
| Class | Description |
|---|---|
| Easing |
Creates an easing function.
|
| JavascriptEasingFunction |
JSNI easing functions.
|
| Enum | Description |
|---|---|
| Mode |
Copyright © 2015 gwt-d3. All rights reserved.