PokéRogue
GitHub
Switch to Main
Preparing search index...
src/battle-scene
AnimationEventInit
Interface AnimationEventInit
interface
AnimationEventInit
{
animationName
?:
string
;
bubbles
?:
boolean
;
cancelable
?:
boolean
;
composed
?:
boolean
;
elapsedTime
?:
number
;
pseudoElement
?:
string
;
}
Hierarchy (
View Summary
)
EventInit
AnimationEventInit
Index
Properties
animation
Name?
bubbles?
cancelable?
composed?
elapsed
Time?
pseudo
Element?
Properties
Optional
animation
Name
animationName
?:
string
Optional
bubbles
bubbles
?:
boolean
Optional
cancelable
cancelable
?:
boolean
Optional
composed
composed
?:
boolean
Optional
elapsed
Time
elapsedTime
?:
number
Optional
pseudo
Element
pseudoElement
?:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
animation
Name
bubbles
cancelable
composed
elapsed
Time
pseudo
Element
GitHub
Switch to Main
PokéRogue
Loading...