StartOffsetType


This class defines the two types of StartOffset: StartOffsetType.Delay and StartOffsetType.FastForward. StartOffsetType.Delay delays the start of the animation, whereas StartOffsetType.FastForward starts the animation right away from a given play time in the animation.

Summary

Public companion properties

StartOffsetType

Delays the start of the animation.

Cmn
StartOffsetType

Fast forwards the animation to a given play time, and starts it immediately.

Cmn

Public companion properties

Delay

val DelayStartOffsetType

Delays the start of the animation.

FastForward

val FastForwardStartOffsetType

Fast forwards the animation to a given play time, and starts it immediately.