RepeatMode Enum

Definition

Enumerates values returned by the RepeatMode, Restart, and Reverse members.

public enum RepeatMode
type RepeatMode = 
Inheritance
RepeatMode

Fields

Restart 1

When the animation reaches the end and the repeat count is INFINTE_REPEAT or a positive value, the animation restarts from the beginning.

Reverse 2

When the animation reaches the end and the repeat count is INFINTE_REPEAT or a positive value, the animation plays backward (and then forward again).

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to