Skip to main content

Animatable

Derive Macro Animatable 

Source
#[derive(Animatable)]
{
    // Attributes available to this derive:
    #[animatable]
}
Expand description

Derives field-by-field interpolation for a struct.

Every field must implement Animatable. Named, tuple, and unit structs are supported.