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