🌈 Create new beautiful Compose Gradients with our new wesite ->
Class

RepeatMode

Repeat mode for RepeatableSpec and VectorizedRepeatableSpec.

Source set: Common
public enum class RepeatMode {
    /** [Restart] will restart the animation and animate from the start value to the end value. */
    Restart,

    /** [Reverse] will reverse the last iteration as the animation repeats. */
    Reverse,
}

Repeat mode for RepeatableSpec and VectorizedRepeatableSpec.

Members

Restart

Source set: Common
Restart

Restart will restart the animation and animate from the start value to the end value.

Reverse

Source set: Common
Reverse

Reverse will reverse the last iteration as the animation repeats.