clik-engine API
GitHub
Preparing search index...
tween
Function tween
tween
(
scene
:
Scene
,
targets
:
object
|
object
[]
,
props
:
Record
<
string
,
number
>
,
config
?:
TweenConfig
,
)
:
Promise
<
void
>
Promise-based tween wrapper. Resolves when the tween completes.
Parameters
scene
:
Scene
targets
:
object
|
object
[]
props
:
Record
<
string
,
number
>
Optional
config
:
TweenConfig
Returns
Promise
<
void
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
GitHub
clik-engine API
Loading...
Promise-based tween wrapper. Resolves when the tween completes.