Structs§
- Anim
Color - Animate a color.
- Anim
Configuration - AnimNum
- Animate a numeric value.
- Anim
Sequential - Chain a sequence of animated values.
- UseAnimation
- Animate your elements. Use
use_animationto use this.
Enums§
- Anim
Direction - Controls the direction of the animation.
- Ease
- Function
- OnChange
- What to do once the animation dependencies change.
- OnCreation
- What to do once the animation gets created.
- OnFinish
- What to do once the animation finishes.
Traits§
Functions§
- apply_
value - use_
animation - Animate your UI easily.
- use_
animation_ with_ dependencies - Like use_animation but supports passing manual dependencies.