Preparing search index...
The search index is not available
melonjs
melonjs
<internal>
AnimationEventInit
Interface AnimationEventInit
interface
AnimationEventInit
{
animationName
?:
string
;
bubbles
?:
boolean
;
cancelable
?:
boolean
;
composed
?:
boolean
;
elapsedTime
?:
number
;
pseudoElement
?:
string
;
}
Hierarchy (
view full
)
EventInit
AnimationEventInit
Index
Properties
animation
Name?
bubbles?
cancelable?
composed?
elapsed
Time?
pseudo
Element?
Properties
Optional
animation
Name
animation
Name
?:
string
Optional
bubbles
bubbles
?:
boolean
Optional
cancelable
cancelable
?:
boolean
Optional
composed
composed
?:
boolean
Optional
elapsed
Time
elapsed
Time
?:
number
Optional
pseudo
Element
pseudo
Element
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
animation
Name
bubbles
cancelable
composed
elapsed
Time
pseudo
Element
melonjs
Loading...