Class DynamicAnimUtils
java.lang.Object
com.pranavpandey.android.dynamic.util.DynamicAnimUtils
Helper class to perform animation related operations.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidplayAnimation(View view, int animator) Play an animator animation on a view.
- 
Constructor Details- 
DynamicAnimUtilspublic DynamicAnimUtils()
 
- 
- 
Method Details- 
playAnimationPlay an animator animation on a view.- Parameters:
- view- The view to play the animation.
- animator- The animator to be applied on the view.
 
 
-