{% setvar book_path %}/reference/kotlin/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

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.

See also
repeatable
infiniteRepeatable
StartOffset

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.