Expand description
CSS transitions and animations.
Structsยง
- Animation
- A CSS Animation
- Animation
SetKey - A key that is used to identify nodes in the
DocumentAnimationSet
. - Computed
Keyframe ๐ - A single computed keyframe for a CSS Animation.
- Document
Animation Set - A set of animations for a document.
- Element
Animation Set - Holds the animation state for a particular element.
- Intermediate
Computed ๐Keyframe - A temporary data structure used when calculating ComputedKeyframes for an
animation. This data structure is used to collapse information for steps
which may be spread across multiple keyframe declarations into a single
instance per
start_percentage
. - Property
Animation - Represents an animation for a given property.
- Transition
- A CSS Transition
Enumsยง
- Animation
State - This structure represents the state of an animation.
- Ignore
Transitions ๐ - Keyframes
Iteration State - This structure represents a keyframes animation current iteration state.
Functionsยง
- maybe_
start_ animations - Triggers animations for a given node looking at the animation property values.
- start_
transitions_ if_ applicable - Kick off any new transitions for this node and return all of the properties that are transitioning. This is at the end of calculating style for a single node.