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

ReleaseAnimationsRequest

data class ReleaseAnimationsRequest

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

Constructors

<init>

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

ReleaseAnimationsRequest(animations: List<String>)

Properties

animations

List of animation ids to seek.

val animations: List<String>