toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge
/
korlibs.korge.tween
/
TweenComponent
/
TweenComponent
Tween
Component
constructor
(
view
:
BaseView
,
vs
:
List
<
V2
<
*
>
>
,
time
:
TimeSpan
=
TimeSpan.NIL
,
easing
:
Easing
=
DEFAULT_EASING
,
callback
:
(
Float
)
->
Unit
,
c
:
CancellableContinuation
<
Unit
>
?
,
waitTime
:
TimeSpan
=
TimeSpan.NIL
,
autoInvalidate
:
Boolean
=
true
)