AnimationPlaybackControls

The animation playback controls. Allows to control the Motion animation run and access its properties.

Properties

Link copied to clipboard
abstract val duration: JsNumber
Link copied to clipboard
abstract var speed: JsNumber
Link copied to clipboard
abstract var time: JsNumber

Functions

Link copied to clipboard
abstract fun cancel()
Link copied to clipboard
abstract fun complete()
Link copied to clipboard
abstract fun pause()
Link copied to clipboard
abstract fun play()
Link copied to clipboard
abstract fun stop()
Link copied to clipboard
abstract fun then(callback: () -> Unit): Promise<JsAny>