Interface ViewPropertyTransition.Animator
-
- Enclosing class:
- ViewPropertyTransition<R>
public static interface ViewPropertyTransition.AnimatorAn interface that allows an animation to be applied on or started from anView.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidanimate(android.view.View view)Starts an animation on the givenView.
-