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