Interface | Description |
---|---|
EasingFunction |
Interface for classes that contain an easing equation.
|
Class | Description |
---|---|
BackIn |
EasingFunction that at first moves back from the origin. |
BackOut |
EasingFunction that moves past the destination before reaching it. |
Bounce |
EasingFunction to simulate a bounce. |
BounceIn |
EasingFunction that produces a Bounce at the start of the
animation. |
BounceOut |
EasingFunction that produces a Bounce at the end of the
animation. |
Default |
The default
EasingFunction for animation. |
EaseIn |
EasingFunction that produces an easing at the start of the animation. |
EaseOut |
EasingFunction that produces an easing at the end of the animation. |
Elastic |
EasingFunction to simulate elastic. |
ElasticIn |
EasingFunction that produces an Elastic at the start of the
animation. |
ElasticOut |
EasingFunction that produces an Elastic at the end of the
animation. |
Linear |
A one to one
EasingFunction . |
Copyright © 2020. All rights reserved.