pl.wendigo.chrome.api.animation / SeekAnimationsRequest

SeekAnimationsRequest

data class SeekAnimationsRequest (source)

Represents request frame that can be used with Animation#seekAnimations operation call.

Seek a set of animations to a particular time within each animation.

Link
Animation#seekAnimations method documentation.

See Also

AnimationOperations.seekAnimations

Constructors

<init>

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

Represents request frame that can be used with Animation#seekAnimations operation call.

Properties

animations

val animations: List<String>

List of animation ids to seek.

currentTime

val currentTime: Double

Set the current time of each animation.