Package 

Class ViewAnimationHelper

    • Method Detail

      • fadeIn

         static void fadeIn(View target, long duration, long startDelay, ViewAnimationHelper.ViewAnimationListener listener)

        アルファ値を0→1まで変化(Viewをフェードイン)させる

        Parameters:
        duration - 0以下ならデフォルト値(0.
      • fadeOut

         static void fadeOut(View target, long duration, long startDelay, ViewAnimationHelper.ViewAnimationListener listener)

        アルファ値を1→0まで変化(Viewをフェードアウト)させる

        Parameters:
        duration - 0以下ならデフォルト値(0.
      • zoomIn

         static void zoomIn(View target, long duration, long startDelay, ViewAnimationHelper.ViewAnimationListener listener)

        スケールを0→1まで変化(Viewをズームイン)させる

        Parameters:
        duration - 0以下ならデフォルト値(0.
      • zoomOut

         static void zoomOut(View target, long duration, long startDelay, ViewAnimationHelper.ViewAnimationListener listener)

        スケールを1→0まで変化(Viewをズームアウト)させる

        Parameters:
        duration - 0以下ならデフォルト値(0.