chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.animation / SeekAnimationsRequest

SeekAnimationsRequest

data class SeekAnimationsRequest

Request object containing input parameters for the AnimationDomain.seekAnimations command.

Constructors

<init>

Request object containing input parameters for the AnimationDomain.seekAnimations command.

SeekAnimationsRequest(animations: List<String>, currentTime: Double)

Properties

animations

List of animation ids to seek.

val animations: List<String>

currentTime

Set the current time of each animation.

val currentTime: Double