kyrie / com.github.alexjlockwood.kyrie / Animation / RepeatMode

RepeatMode

enum class RepeatMode

Repeat mode determines how a repeating animation should behave once it completes.

Enum Values

RESTART

When the animation reaches the end and repeatCount is INFINITE or a positive value, the animation restarts from the beginning.

REVERSE

When the animation reaches the end and repeatCount is INFINITE or a positive value, the animation reverses direction on every iteration.