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.