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.

Macros

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.

Traits

A trait to abstract away the different kind of animations over a list that there may be.

Functions

Type Definitions

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.