ValueAnimatorRepeatMode Enum

Definition

Enumerates values returned by several types.

public enum ValueAnimatorRepeatMode
type ValueAnimatorRepeatMode = 
Inheritance
ValueAnimatorRepeatMode

Fields

Restart 1

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

Reverse 2

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

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