Module core

Module core 

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

AnimationConfig
Configuration for an animation

Enums§

AnimationMode
Defines the type of animation to be used
LoopMode
Defines how the animation should loop

Traits§

Animatable
A simplified trait for types that can be animated

Type Aliases§

OnComplete