kobweb
Toggle table of contents
0.25.0
js
Target filter
js
Switch theme
Search in API
Skip to content
kobweb
kobweb-compose
/
com.varabyte.kobweb.compose.ui.modifiers
/
AnimationScope
Animation
Scope
class
AnimationScope
(
source
)
Members
Functions
delay
Link copied to clipboard
fun
delay
(
vararg
delays
:
CSSTimeNumericValue
)
direction
Link copied to clipboard
fun
direction
(
vararg
directions
:
AnimationDirection
)
duration
Link copied to clipboard
fun
duration
(
vararg
durations
:
CSSTimeNumericValue
)
fill
Mode
Link copied to clipboard
fun
fillMode
(
vararg
fillModes
:
AnimationFillMode
)
iteration
Count
Link copied to clipboard
fun
iterationCount
(
vararg
iterationCounts
:
AnimationIterationCount
)
fun
iterationCount
(
vararg
iterationCounts
:
Number
)
name
Link copied to clipboard
fun
name
(
vararg
names
:
String
)
play
State
Link copied to clipboard
fun
playState
(
vararg
playStates
:
AnimationPlayState
)
timing
Function
Link copied to clipboard
fun
timingFunction
(
vararg
timingFunctions
:
AnimationTimingFunction
)