Expand description
Core animation types and traits for Dioxus Motion
This module contains the fundamental traits and types for implementing animations in Dioxus Motion. It provides support for both tweening and spring-based animations with configurable parameters.
Structs§
- Animation
Config - Configuration for an animation
Enums§
- Animation
Mode - Defines the type of animation to be used
- Loop
Mode - Defines how the animation should loop
Traits§
- Animatable
- A simplified trait for types that can be animated