| Package | com.flashdynamix.motion.easing |
| Class | public class CustomEasing |
| Method | Defined by | ||
|---|---|---|---|
|
curve(t:Number, b:Number, c:Number, d:Number, ... params):Number
[static]
Use this function if requiring a custom curve easing equation.
| CustomEasing | ||
|
precalculated(t:Number, b:Number, c:Number, d:Number, ... params):Number
[static]
Use this function if requiring a custom precalculated easing equation.
In order to use this equation it requires additional parameters that can be defined using the FuseKit Custom Ease Tool To apply the ease parameters to the equation use the easeParams property on the TweensyTimeline instance. | CustomEasing | ||
| curve | () | method |
public static function curve(t:Number, b:Number, c:Number, d:Number, ... params):NumberUse this function if requiring a custom curve easing equation. In order to use this equation it requires additional parameters that can be defined using the FuseKit Custom Ease Tool To apply the ease parameters to the equation use the easeParams property on the TweensyTimeline instance.
Parameterst:Number |
|
b:Number |
|
c:Number |
|
d:Number |
|
... params |
Number |
See also
| precalculated | () | method |
public static function precalculated(t:Number, b:Number, c:Number, d:Number, ... params):Number
Use this function if requiring a custom precalculated easing equation.
In order to use this equation it requires additional parameters that can be defined using the FuseKit Custom Ease Tool
To apply the ease parameters to the equation use the easeParams property on the TweensyTimeline instance.
t:Number |
|
b:Number |
|
c:Number |
|
d:Number |
|
... params |
Number |
See also