Module 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§

AnimationValueVariantRepr 🔒
TransitionPropertyIteration
A single iteration of the TransitionPropertyIterator.
TransitionPropertyIterator
An iterator over all the properties that transition on a given style.

Enums§

AnimationValue
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§

animate_discrete 🔒

Type Aliases§

AnimationValueMap
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.