Class DynamicAnimUtils


  • public class DynamicAnimUtils
    extends java.lang.Object
    Helper class to perform animation related operations.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void playAnimation​(android.view.View view, int animator)
      Play an animator animation on a view.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DynamicAnimUtils

        public DynamicAnimUtils()
    • Method Detail

      • playAnimation

        public static void playAnimation​(@NonNull
                                         android.view.View view,
                                         @AnimatorRes
                                         int animator)
        Play an animator animation on a view.
        Parameters:
        view - The view to play the animation.
        animator - The animator to be applied on the view.