class |
BounceOut |
Bounces at the end like a falling ball on the floor.
|
class |
ElasticOut |
Behave like an elastic at the end.
|
class |
ExpoOut |
Moves fast at first then slow down until it reaches the max value.
|
class |
LinearInOut |
Moves at a constant speed.
|
class |
QuartIn |
Moves slowly at first then accelerates until it reaches the max value.
|
class |
QuartInOut |
Moves slowly first then accelerate and finally slow down until it reaches the
max value.
|
class |
QuartOut |
Moves fast at first then slow down until it reaches the max value.
|
class |
SinusDecreaseVariation |
This movement goes from 0 to 0 with intermediate values between -amplitude
and amplitude an decreasing with time.
|
class |
SinusVariation |
This movement goes from 0 to 0 with intermediate values between -amplitude
and amplitude.
|