Module animation

Module animation 

Source
Expand description

Animation primitives such as fades and slides.

These helpers mirror LVGL’s animation system while using safe Rust abstractions where possible.

Structs§

Fade
Simple linear fade animation for a style’s background color.
Slide
Simple linear slide animation for a Rect.
Timeline
Animation timeline that updates multiple animations at once.