kdriver
Toggle table of contents
0.2.8
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Animation
/
AnimationEffect
/
AnimationEffect
Animation
Effect
constructor
(
delay
:
Double
,
endDelay
:
Double
,
iterationStart
:
Double
,
iterations
:
Double
,
duration
:
Double
,
direction
:
String
,
fill
:
String
,
backendNodeId
:
Int
?
=
null
,
keyframesRule
:
Animation.KeyframesRule
?
=
null
,
easing
:
String
)