pl.wendigo.chrome.domain.animation / SeekAnimationsRequest

SeekAnimationsRequest

data class SeekAnimationsRequest (source)

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

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

Constructors

<init>

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

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

Properties

animations

val animations: List<String>

List of animation ids to seek.

currentTime

val currentTime: Double

Set the current time of each animation.