pl.wendigo.chrome.domain.animation / GetCurrentTimeResponse

GetCurrentTimeResponse

data class GetCurrentTimeResponse (source)

Represents response frame for Animation.getCurrentTime method call.

Returns the current time of the an animation.

Constructors

<init>

GetCurrentTimeResponse(currentTime: Double)

Represents response frame for Animation.getCurrentTime method call.

Properties

currentTime

val currentTime: Double

Current time of the page.