Structs§
- Anim
Configuration - UseAnimation
- Animate your elements. Use
use_animationto use this.
Enums§
- Anim
Direction - Controls the direction of the animation.
- Ease
- 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§
- use_
animation - Animate your UI easily.
- use_
animation_ with_ dependencies - Like use_animation but supports passing manual dependencies.