Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-browser
/
web.animations
/
KeyframeEffectOptions
Keyframe
Effect
Options
interface
KeyframeEffectOptions
:
EffectTiming
(
source
)
Inheritors
KeyframeAnimationOptions
Members
Properties
composite
Link copied to clipboard
abstract
val
composite
:
CompositeOperation
?
delay
Link copied to clipboard
abstract
val
delay
:
Double
?
direction
Link copied to clipboard
abstract
val
direction
:
PlaybackDirection
?
duration
Link copied to clipboard
abstract
val
duration
:
JsAny
?
easing
Link copied to clipboard
abstract
val
easing
:
String
?
end
Delay
Link copied to clipboard
abstract
val
endDelay
:
Double
?
fill
Link copied to clipboard
abstract
val
fill
:
FillMode
?
iteration
Composite
Link copied to clipboard
abstract
val
iterationComposite
:
IterationCompositeOperation
?
iterations
Link copied to clipboard
abstract
val
iterations
:
Double
?
iteration
Start
Link copied to clipboard
abstract
val
iterationStart
:
Double
?
playback
Rate
Link copied to clipboard
abstract
val
playbackRate
:
Double
?
pseudo
Element
Link copied to clipboard
abstract
val
pseudoElement
:
String
?