pl.wendigo.chrome.domain.animation / ReleaseAnimationsRequest

ReleaseAnimationsRequest

data class ReleaseAnimationsRequest (source)

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

Releases a set of animations to no longer be manipulated.

Constructors

<init>

ReleaseAnimationsRequest(animations: List<String>)

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

Properties

animations

val animations: List<String>

List of animation ids to seek.