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)
EasingFunctionThe 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 EasingFunctiont - the parametric timeCopyright © 2013 gwt-d3. All Rights Reserved.