public class JavascriptEasingFunction extends com.google.gwt.core.client.JavaScriptObject implements EasingFunction
Modifier | Constructor and Description |
---|---|
protected |
JavascriptEasingFunction() |
Modifier and Type | Method and Description |
---|---|
double |
ease(double t)
Given a parametric time t in the range [0,1], returns the eased time.
|
public final double ease(double t)
EasingFunction
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".
ease
in interface EasingFunction
t
- the parametric timeCopyright © 2015 gwt-d3. All rights reserved.