Type Alias AnimationValueMap

Source
pub type AnimationValueMap = FxHashMap<OwnedPropertyDeclarationId, AnimationValue>;
Expand description

A collection of AnimationValue that were composed on an element. This HashMap stores the values that are the last AnimationValue to be composed for each TransitionProperty.

Aliased Typeยง

pub struct AnimationValueMap { /* private fields */ }