Class MobileTransition

  • Direct Known Subclasses:
    CachedTimelineTransition

    public abstract class MobileTransition
    extends Transition
    Transition made to be used in mobile applications with the capability to pause and resume animation along with the change in the life-cycle of the mobile application.
    Since:
    5.0.0
    • Constructor Detail

      • MobileTransition

        public MobileTransition()
        The constructor of MobileTransition.
    • Method Detail

      • starting

        protected void starting()
        Called when the animation is starting
      • stopping

        protected void stopping()
        Called when the animation is stopping