Skip to main content

Animatable

Extended by

Methods

animate()

animate(keyframes, options?): Animation;

MDN Reference

Parameters

ParameterType
keyframes| Keyframe[] | PropertyIndexedKeyframes | null
options?number | KeyframeAnimationOptions

Returns

Animation


getAnimations()

getAnimations(options?): Animation[];

MDN Reference

Parameters

ParameterType
options?GetAnimationsOptions

Returns

Animation[]