- ColorAnimation
- RotorAnimation
- Vector3dAnimation
- PathAnimation
- NumberAnimation
when parent or anchors changes
- AnchorsAnimation
- ParentAnimation
Useful in sequential animations to prepare animations
- PropertyAction: changes a property
- ScriptAction: runs a script
- SpringAnimation
- SmoothAnimation
- SequentialAnimation
- ParallelAnimation
- PauseAnimation
Differently from animations which runs in GUI thread, this animators runs in separate thread (GUI thread can be busy)
- OpacityAnimator
- RotationAnimator
- ScaleAnimator
- UniformAnimator
- XAnimator
- YAnimator