StartOffsetType
Class
Common
public value class StartOffsetType private constructor(internal val value: Int)
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.
Companion Object
Properties
Common
public val Delay: StartOffsetType
Delays the start of the animation.
Common
public val FastForward: StartOffsetType
Fast forwards the animation to a given play time, and starts it immediately.