Preparing search index...
The search index is not available
Foundry Virtual Tabletop - API Documentation - Version 13
Foundry Virtual Tabletop - API Documentation - Version 13
CONFIG
WallDoorAnimationConfig
Interface WallDoorAnimationConfig
interface
WallDoorAnimationConfig
{
animate
:
WallDoorAnimationFunction
;
duration
:
number
;
easing
?:
string
|
Function
;
initialize
?:
WallDoorAnimationHook
;
label
:
string
;
midpoint
?:
boolean
;
postAnimate
?:
WallDoorAnimationHook
;
preAnimate
?:
WallDoorAnimationHook
;
}
Index
Properties
animate
duration
easing?
initialize?
label
midpoint?
post
Animate?
pre
Animate?
Properties
animate
animate
:
WallDoorAnimationFunction
duration
duration
:
number
Optional
easing
easing
?:
string
|
Function
Optional
initialize
initialize
?:
WallDoorAnimationHook
label
label
:
string
Optional
midpoint
midpoint
?:
boolean
Optional
post
Animate
postAnimate
?:
WallDoorAnimationHook
Optional
pre
Animate
preAnimate
?:
WallDoorAnimationHook
Settings
Member Visibility
Protected
Inherited
Internal
Theme
OS
Light
Dark
On This Page
Properties
animate
duration
easing
initialize
label
midpoint
post
Animate
pre
Animate
Foundry Virtual Tabletop - API Documentation - Version 13
Loading...