vot.js - v2.4.12
Preparing search index...
@vot.js/ext
<internal>
Animatable
Interface Animatable
interface
Animatable
{
animate
(
keyframes
:
null
|
Keyframe
[]
|
PropertyIndexedKeyframes
,
options
?:
number
|
KeyframeAnimationOptions
,
)
:
Animation
;
getAnimations
(
options
?:
GetAnimationsOptions
)
:
Animation
[]
;
}
Hierarchy (
View Summary
)
Animatable
Element
Index
Methods
animate
get
Animations
Methods
animate
animate
(
keyframes
:
null
|
Keyframe
[]
|
PropertyIndexedKeyframes
,
options
?:
number
|
KeyframeAnimationOptions
,
)
:
Animation
MDN Reference
Parameters
keyframes
:
null
|
Keyframe
[]
|
PropertyIndexedKeyframes
Optional
options
:
number
|
KeyframeAnimationOptions
Returns
Animation
get
Animations
getAnimations
(
options
?:
GetAnimationsOptions
)
:
Animation
[]
MDN Reference
Parameters
Optional
options
:
GetAnimationsOptions
Returns
Animation
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
animate
get
Animations
vot.js - v2.4.12
Loading...
MDN Reference