kdriver
Toggle table of contents
0.2.7
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Animation
/
SetTimingParameter
Set
Timing
Parameter
@
Serializable
data
class
SetTimingParameter
(
val
animationId
:
String
,
val
duration
:
Double
,
val
delay
:
Double
)
Members
Constructors
Set
Timing
Parameter
Link copied to clipboard
constructor
(
animationId
:
String
,
duration
:
Double
,
delay
:
Double
)
Properties
animation
Id
Link copied to clipboard
val
animationId
:
String
Animation id.
delay
Link copied to clipboard
val
delay
:
Double
Delay of the animation.
duration
Link copied to clipboard
val
duration
:
Double
Duration of the animation.