com.bumptech.glide.request.animation
Interface ViewPropertyAnimation.Animator

Enclosing class:
ViewPropertyAnimation<R>

public static interface ViewPropertyAnimation.Animator

An interface that allows an animation to be applied on or started from an View.


Method Summary
 void animate(View view)
          Starts an animation on the given View.
 

Method Detail

animate

void animate(View view)
Starts an animation on the given View.

Parameters:
view - The view to animate.