Struct style::properties::shorthands::animation::Longhands
[−]
[src]
pub struct Longhands {
pub animation_name: SpecifiedValue,
pub animation_duration: SpecifiedValue,
pub animation_timing_function: SpecifiedValue,
pub animation_delay: SpecifiedValue,
pub animation_iteration_count: SpecifiedValue,
pub animation_direction: SpecifiedValue,
pub animation_fill_mode: SpecifiedValue,
pub animation_play_state: SpecifiedValue,
}Fields
animation_name: SpecifiedValue
animation_duration: SpecifiedValue
animation_timing_function: SpecifiedValue
animation_delay: SpecifiedValue
animation_iteration_count: SpecifiedValue
animation_direction: SpecifiedValue
animation_fill_mode: SpecifiedValue
animation_play_state: SpecifiedValue