Interface ViewPropertyTransition.Animator

  • Enclosing class:
    ViewPropertyTransition<R>

    public static interface ViewPropertyTransition.Animator
    An interface that allows an animation to be applied on or started from an View.
    • Method Detail

      • animate

        void animate​(android.view.View view)
        Starts an animation on the given View.
        Parameters:
        view - The view to transition.