Interface AnimationCallback


  • public interface AnimationCallback
    Callback used to handle animation state changes for charts
    • Method Detail

      • onProgress

        void onProgress​(double progress)
        Method will be invoked during animation in progress
        Parameters:
        progress - - from 0 to 1
      • onAnimationComplete

        void onAnimationComplete()
        Method will be invoked when animation complete