-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum AdvanceResult extends Enum<AdvanceResult>
Represents the outcome of advancing a LinearAnimationInstance.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description NONEThe animation was already finished and did not advance effectively.
PINGPONGThe animation reached an end and reversed direction in PINGPONG mode.
LOOPThe animation looped back to the beginning in LOOP mode.
ONESHOTThe animation reached its end in ONESHOT mode and stopped.
ADVANCEDThe animation advanced but did not loop or finish.
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-