Struct style::properties::shorthands::transition::Longhands [] [src]

pub struct Longhands {
    pub transition_property: SpecifiedValue,
    pub transition_duration: SpecifiedValue,
    pub transition_timing_function: SpecifiedValue,
    pub transition_delay: SpecifiedValue,
}

Fields