Type Definition style::properties::animated_properties::AnimationValueMap
source · pub type AnimationValueMap = FxHashMap<LonghandId, 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.