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

GetPlaybackRateResponse

data class GetPlaybackRateResponse

Response type for the AnimationDomain.getPlaybackRate command.

Constructors

<init>

Response type for the AnimationDomain.getPlaybackRate command.

GetPlaybackRateResponse(playbackRate: Double)

Properties

playbackRate

Playback rate for animations on page.

val playbackRate: Double