Provides movements which can be used when running effects in an
animation.
Package Specification
Contains both easing and non easing equations:
An easing equation goes from an initial value to a target value
(from 0 to 255 for instance ). These movements are :
- Bounce
- Elastic
- Expo
- Linear
- Quart
Other equations have custom animation path. (from 0 to 0 with
values going up to 255 for instance). These movements are :
- SinusDecreraseVariation
- SinusVariation
Easing movements contains 'In' or/and 'Out' in their names.
- 'In'
means that the major part of the movement is applied right at the
beginning.
- 'Out' means that the major part is applied at the end.
- 'InOut' combines an movement at beginning and at the end.
Related Documentation
For snippets and additional documentation, please see: