Crate iced_anim_derive

Source
Expand description

Derive macro for the Animate trait in iced_anim.

This makes it easy to animate your own custom structs. Ensure each field in your struct already implements the Animate trait to derive it automatically. See the documentation for iced_anim for usage and more details.

Derive Macrosยง

Animate
Derive macro generating an impl of the trait Animate.