korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-image
/
korlibs.image.style
/
CSS
/
Animation
Animation
data
class
Animation
(
val
name
:
String
,
val
duration
:
Duration
,
val
delay
:
Duration
=
0.seconds
,
val
iterationCount
:
Int
=
-1
,
val
direction
:
Boolean
=
true
,
val
easing
:
Easing
=
Easing.LINEAR
)
Members
Constructors
Animation
Link copied to clipboard
constructor
(
name
:
String
,
duration
:
Duration
,
delay
:
Duration
=
0.seconds
,
iterationCount
:
Int
=
-1
,
direction
:
Boolean
=
true
,
easing
:
Easing
=
Easing.LINEAR
)
Properties
delay
Link copied to clipboard
val
delay
:
Duration
direction
Link copied to clipboard
val
direction
:
Boolean
duration
Link copied to clipboard
val
duration
:
Duration
easing
Link copied to clipboard
val
easing
:
Easing
iteration
Count
Link copied to clipboard
val
iterationCount
:
Int
name
Link copied to clipboard
val
name
:
String