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.

Methods

impl AnimationRules
[src]

[src]

Returns whether these animation rules represents an actual rule or not.