toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge
/
korlibs.korge.animate
/
AnimState
Anim
State
data
class
AnimState
(
val
transitions
:
List
<
V2
<
*
>
>
,
val
time
:
TimeSpan
=
0.5.seconds
,
val
easing
:
Easing
=
Easing.LINEAR
)
Members
Constructors
Anim
State
Link copied to clipboard
constructor
(
vararg
transitions
:
V2
<
*
>
,
time
:
TimeSpan
=
0.5.seconds
,
easing
:
Easing
=
Easing.LINEAR
)
constructor
(
transitions
:
List
<
V2
<
*
>
>
,
time
:
TimeSpan
=
0.5.seconds
,
easing
:
Easing
=
Easing.LINEAR
)
Properties
easing
Link copied to clipboard
val
easing
:
Easing
time
Link copied to clipboard
val
time
:
TimeSpan
transitions
Link copied to clipboard
val
transitions
:
List
<
V2
<
*
>
>
Functions
plus
Link copied to clipboard
operator
fun
plus
(
other
:
AnimState
)
:
AnimState