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 Summary

    Modifier and Type
    Method
    Description
    void
    animate(View view)
    Starts an animation on the given View.
  • Method Details

    • animate

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