chrome-devtools-kotlin
5.2.0-1167732
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.animation
/
GetPlaybackRateResponse
Get
Playback
Rate
Response
@
Serializable
data
class
GetPlaybackRateResponse
(
val
playbackRate
:
Double
)
(
source
)
Response type for the
AnimationDomain.getPlaybackRate
command.
Members
Constructors
Get
Playback
Rate
Response
Link copied to clipboard
constructor
(
playbackRate
:
Double
)
Properties
playback
Rate
Link copied to clipboard
val
playbackRate
:
Double
Playback rate for animations on page.