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

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.