kdriver
Toggle table of contents
0.2.7
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Animation
/
SeekAnimationsParameter
Seek
Animations
Parameter
@
Serializable
data
class
SeekAnimationsParameter
(
val
animations
:
List
<
String
>
,
val
currentTime
:
Double
)
Members
Constructors
Seek
Animations
Parameter
Link copied to clipboard
constructor
(
animations
:
List
<
String
>
,
currentTime
:
Double
)
Properties
animations
Link copied to clipboard
val
animations
:
List
<
String
>
List of animation ids to seek.
current
Time
Link copied to clipboard
val
currentTime
:
Double
Set the current time of each animation.