Package com.sencha.gxt.fx.client.easing
Class Default
- java.lang.Object
-
- com.sencha.gxt.fx.client.easing.Default
-
- All Implemented Interfaces:
EasingFunction
public class Default extends Object implements EasingFunction
The defaultEasingFunctionfor animation.
-
-
Constructor Summary
Constructors Constructor Description Default()
-
-
-
Method Detail
-
func
public double func(double n)
Description copied from interface:EasingFunctionReturns the calculated easing of the passed in n value.- Specified by:
funcin interfaceEasingFunction- Parameters:
n- the value to be eased- Returns:
- the calculated easing
-
-