clik-engine API
GitHub
Preparing search index...
UIAnimator
Class UIAnimator
Index
Constructors
constructor
Methods
animate
stagger
Constructors
constructor
new
UIAnimator
()
:
UIAnimator
Returns
UIAnimator
Methods
Static
animate
animate
(
scene
:
Scene
,
target
:
GameObject
,
type
:
UIAnimationType
,
config
?:
UIAnimationConfig
,
)
:
Promise
<
void
>
Parameters
scene
:
Scene
target
:
GameObject
type
:
UIAnimationType
Optional
config
:
UIAnimationConfig
Returns
Promise
<
void
>
Static
stagger
stagger
(
scene
:
Scene
,
targets
:
GameObject
[]
,
type
:
UIAnimationType
,
staggerDelay
?:
number
,
config
?:
UIAnimationConfig
,
)
:
Promise
<
void
[]
>
Animate a list of items with staggered delay.
Parameters
scene
:
Scene
targets
:
GameObject
[]
type
:
UIAnimationType
staggerDelay
:
number
= 50
Optional
config
:
UIAnimationConfig
Returns
Promise
<
void
[]
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
animate
stagger
GitHub
clik-engine API
Loading...
Animate a list of items with staggered delay.