Types
Link copied to clipboard
@Serializable
Animation instance.
Link copied to clipboard
Event for when an animation has been cancelled.
Link copied to clipboard
Event for each animation that has been created.
Link copied to clipboard
@Serializable
AnimationEffect instance
Link copied to clipboard
Event for animation that has been started.
Link copied to clipboard
Event for animation that has been updated.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Serializable
Keyframes Rule
Link copied to clipboard
Keyframe Style
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Serializable
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Serializable
Link copied to clipboard
@Serializable
Timeline instance
Properties
Functions
Link copied to clipboard
Disables animation domain notifications.
Link copied to clipboard
Enables animation domain notifications.
Link copied to clipboard
suspend fun getCurrentTime(args: Animation.GetCurrentTimeParameter, mode: CommandMode = CommandMode.DEFAULT): Animation.GetCurrentTimeReturn
Returns the current time of the an animation.
Link copied to clipboard
suspend fun getPlaybackRate(mode: CommandMode = CommandMode.DEFAULT): Animation.GetPlaybackRateReturn
Gets the playback rate of the document timeline.
Link copied to clipboard
suspend fun releaseAnimations(args: Animation.ReleaseAnimationsParameter, mode: CommandMode = CommandMode.DEFAULT)
Releases a set of animations to no longer be manipulated.
Link copied to clipboard
suspend fun resolveAnimation(args: Animation.ResolveAnimationParameter, mode: CommandMode = CommandMode.DEFAULT): Animation.ResolveAnimationReturn
Gets the remote object of the Animation.
Link copied to clipboard
suspend fun seekAnimations(args: Animation.SeekAnimationsParameter, mode: CommandMode = CommandMode.DEFAULT)
Seek a set of animations to a particular time within each animation.
Link copied to clipboard
Sets the paused state of a set of animations.
Link copied to clipboard
suspend fun setPlaybackRate(args: Animation.SetPlaybackRateParameter, mode: CommandMode = CommandMode.DEFAULT)
Sets the playback rate of the document timeline.
Link copied to clipboard
Sets the timing of an animation node.