Preparing search index...
The search index is not available
melonjs
melonjs
<internal>
Animatable
Interface Animatable
interface
Animatable
{
animate
(
keyframes
:
null
|
PropertyIndexedKeyframes
|
Keyframe
[]
,
options
?:
number
|
KeyframeAnimationOptions
)
:
Animation
;
getAnimations
(
options
?:
GetAnimationsOptions
)
:
Animation
[]
;
}
Hierarchy (
view full
)
Animatable
Element
Index
Methods
animate
get
Animations
Methods
animate
animate
(
keyframes
,
options
?
)
:
Animation
MDN Reference
Parameters
keyframes
:
null
|
PropertyIndexedKeyframes
|
Keyframe
[]
Optional
options
:
number
|
KeyframeAnimationOptions
Returns
Animation
get
Animations
get
Animations
(
options
?
)
:
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
melonjs
Loading...
MDN Reference