pl.wendigo.chrome.api.animation / ReleaseAnimationsRequest

ReleaseAnimationsRequest

data class ReleaseAnimationsRequest (source)

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

Releases a set of animations to no longer be manipulated.

Link
Animation#releaseAnimations method documentation.

See Also

AnimationOperations.releaseAnimations

Constructors

<init>

ReleaseAnimationsRequest(animations: List<String>)

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

Properties

animations

val animations: List<String>

List of animation ids to seek.