Module hook

Module hook 

Source

Structs§

AnimConfiguration
UseAnimation
Animate your elements. Use use_animation to use this.

Enums§

AnimDirection
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§

AnimatedValue
ReadAnimatedValue

Functions§

use_animation
Animate your UI easily.
use_animation_with_dependencies
Like use_animation but supports passing manual dependencies.