Type Alias style::properties::generated::animated_properties::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§
struct AnimationValueMap { /* private fields */ }