Module animation

Module animation 

Source

Structs§

AnimColor
Animate a color.
AnimConfiguration
AnimNum
Animate a numeric value.
AnimSequential
Chain a sequence of animated values.
UseAnimation
Animate your elements. Use use_animation to use this.

Enums§

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

AnimatedValue
ReadAnimatedValue

Functions§

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