KeyframeAnimationOptions
Extends
Properties
composite?
optional composite?: CompositeOperation;
Inherited from
KeyframeEffectOptions.composite
delay?
optional delay?: number;
Inherited from
direction?
optional direction?: PlaybackDirection;
Inherited from
KeyframeEffectOptions.direction
duration?
optional duration?: string | number | CSSNumericValue;
Inherited from
KeyframeEffectOptions.duration
easing?
optional easing?: string;
Inherited from
endDelay?
optional endDelay?: number;
Inherited from
KeyframeEffectOptions.endDelay
fill?
optional fill?: FillMode;
Inherited from
id?
optional id?: string;
iterationComposite?
optional iterationComposite?: IterationCompositeOperation;
Inherited from
KeyframeEffectOptions.iterationComposite
iterations?
optional iterations?: number;
Inherited from
KeyframeEffectOptions.iterations
iterationStart?
optional iterationStart?: number;
Inherited from
KeyframeEffectOptions.iterationStart
playbackRate?
optional playbackRate?: number;
Inherited from
KeyframeEffectOptions.playbackRate
pseudoElement?
optional pseudoElement?: string | null;
Inherited from
KeyframeEffectOptions.pseudoElement
rangeEnd?
optional rangeEnd?:
| string
| TimelineRangeOffset
| CSSNumericValue
| CSSKeywordValue;
rangeStart?
optional rangeStart?:
| string
| TimelineRangeOffset
| CSSNumericValue
| CSSKeywordValue;
timeline?
optional timeline?: AnimationTimeline | null;