public interface EasingFunction
Transition#ease().
Built-in EasingFunctions may be created using Easing factory.
| Modifier and Type | Method and Description |
|---|---|
double |
ease(double t)
Given a parametric time t in the range [0,1], returns the eased time.
|
double ease(double t)
The returned value is typically in the range [0,1] as well, but may extend slightly beyond this range for certain easing functions, such as "elastic".
t - the parametric timeCopyright © 2015 gwt-d3. All rights reserved.