#[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.
#[derive(Animatable)]
{
// Attributes available to this derive:
#[animatable]
}
Derives field-by-field interpolation for a struct.
Every field must implement Animatable. Named, tuple, and unit structs are
supported.