clik-engine API
GitHub
Preparing search index...
tweenSequence
Function tweenSequence
tweenSequence
(
scene
:
Scene
,
targets
:
object
|
object
[]
,
steps
:
{
config
?:
TweenConfig
;
props
:
Record
<
string
,
number
>
}
[]
,
)
:
Promise
<
void
>
Chain multiple tweens in sequence.
Parameters
scene
:
Scene
targets
:
object
|
object
[]
steps
:
{
config
?:
TweenConfig
;
props
:
Record
<
string
,
number
>
}
[]
Returns
Promise
<
void
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
GitHub
clik-engine API
Loading...
Chain multiple tweens in sequence.