Summary

Easing functions used for transitions. See ['a'] for examples.

Static Methods

BounceIn Bouncy ease in.
BounceInOut Bouncy ease in and out.
BounceOut Bouncy ease out.
EaseIn
EaseInOut
EaseOut
ExpoIn Exponential ease in.
ExpoInOut Exponential ease in and out.
ExpoOut Exponential ease out.
GetFunction Get an easing function by name (ie, "ease-in"). If the function doesn't exist we return QuadraticInOut
Linear Linear easing function, x=y.
QuadraticIn Quadratic ease in.
QuadraticInOut Quadratic ease in and out.
QuadraticOut Quadratic ease out.
SineEaseIn Sine ease in.
SineEaseInOut Sine ease in and out.
SineEaseOut Sine ease out.
TryGetFunction Get an easing function by name (ie, "ease-in"). If the function exists we return true, otherwise return false.
people
Log in to reply
You can't reply if you're not logged in. That would be crazy.