Struct style::properties::declaration_block::AnimationRules
[−]
[src]
pub struct AnimationRules(pub Option<Arc<Locked<PropertyDeclarationBlock>>>, pub Option<Arc<Locked<PropertyDeclarationBlock>>>);
The animation rules.
The first one is for Animation cascade level, and the second one is for Transition cascade level.