Interface IsDefaultBaseAnimation

    • Method Detail

      • getEasing

        Easing getEasing()
        Returns the animation easing.
        Returns:
        animation easing.
      • getDuration

        int getDuration()
        Returns the number of milliseconds an animation takes.
        Returns:
        the number of milliseconds an animation takes.
      • getDelay

        int getDelay()
        Returns the delay before starting the animations.
        Returns:
        the delay before starting the animations
      • isLoop

        boolean isLoop()
        If set to true, loops the animations endlessly.
        Returns:
        true if loops the animations endlessly.
      • getDurationCallback

        DurationCallback getDurationCallback()
        Returns the callback to set the number of milliseconds an animation takes.
        Returns:
        the callback instance to use
      • getDelayCallback

        DelayCallback getDelayCallback()
        Returns the callback to set the delay before starting the animations.
        Returns:
        the callback instance to use
      • getLoopCallback

        LoopCallback getLoopCallback()
        Returns the callback to loop the animations endlessly.
        Returns:
        the callback instance to use
      • getEasingCallback

        EasingCallback getEasingCallback()
        Returns the callback to set the animation easing.
        Returns:
        the callback instance to use