keyframes
function
Defines a set of animation styles, associating each style with an optional offset
value.
API
Usage Notes
function keyframes( steps: AnimationStyleMetadata[]): AnimationKeyframesSequenceMetadata;
keyframes
Defines a set of animation styles, associating each style with an optional offset
value.
@paramsteps
AnimationStyleMetadata[]
A set of animation styles with optional offset data.
The optional offset
value for a style specifies a percentage of the total animation
time at which that style is applied.
Jump to details