Package com.sencha.gxt.fx.client.easing
Class EaseOut
- java.lang.Object
-
- com.sencha.gxt.fx.client.easing.EaseOut
-
- All Implemented Interfaces:
EasingFunction
public class EaseOut extends Object implements EasingFunction
EasingFunction
that produces an easing at the end of the animation.
-
-
Constructor Summary
Constructors Constructor Description EaseOut()
-
-
-
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
-
-