[−][src]Module jss::animation
Animations module for create simple tick based animations for one or more properties
Structs
| ActionBasic |
Basic linar transition action |
| ActionDelay |
Delay action for delay between linear actions |
| Animation |
Aniumations simple queue with transition state |
| SingleTask |
Single interpolation task for transition an float value |
| Task |
Task is named queue of linear actions - stored and runned in main |
| TaskProperties |
Task properties needed for active task |
Enums
| Action |
The basic action of transition properties into the common task queue. There are several types of tasks currently performed in the queue: |
| AnimationError |
Common animation errors |
| EaseFunction | |
| Easing |
Transition function - use may using ready-made transitions or specify own bezier transition |