Module style::properties::generated::animated_properties
source · Expand description
A module with all the code related to animated properties.
This needs to be “included” by mako at least after all longhand modules, given they populate the global data.
Structs§
- A single iteration of the TransitionPropertyIterator.
- An iterator over all the properties that transition on a given style.
Enums§
- An enum to represent a single computed value belonging to an animated property in order to be interpolated with another one. When interpolating, both values need to belong to the same property.
Functions§
Type Aliases§
- 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.