Name | Summary |
---|---|
LOOP Restarts the animation at the beginning when it finishes | |
CLAMP Plays animation once and then freezes at last keyframe | |
BOUNCE Starts playing animation forward and then in reverse when it finishes | |
REVERSE_LOOP Plays animation in reverse forever |
Name | Summary |
---|---|
name | val name: String |
ordinal | val ordinal: Int |
Name | Summary |
---|---|
valueOf | fun valueOf(value: String): PlaybackType Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.) |
values | fun values(): Array<PlaybackType> Returns an array containing the constants of this enum type, in the order they’re declared. |