pl.wendigo.chrome.api.animation / Animation

Animation

data class Animation (source)

Animation instance.

Link
Animation#Animation type documentation.

Constructors

<init>

Animation(id: String, name: String, pausedState: Boolean, playState: String, playbackRate: Double, startTime: Double, currentTime: Double, type: String, source: AnimationEffect? = null, cssId: String? = null)

Animation instance.

Properties

cssId

val cssId: String?

A unique ID for Animation representing the sources that triggered this CSS animation/transition.

currentTime

val currentTime: Double

Animation's current time.

id

val id: String

Animation's id.

name

val name: String

Animation's name.

pausedState

val pausedState: Boolean

Animation's internal paused state.

playbackRate

val playbackRate: Double

Animation's playback rate.

playState

val playState: String

Animation's play state.

source

val source: AnimationEffect?

Animation's source animation node.

startTime

val startTime: Double

Animation's start time.

type

val type: String

Animation type of Animation.