Package 

Enum LottieCancellationBehavior

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      OnIterationFinish

      Delay cancellations until the current iteration has fully completed. This can be useful in state based transitions where you want one animation to finish its animation before continuing to the next.

      Immediately

      Stop animation immediately and return early.

    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait