-
- All Implemented Interfaces:
public class AnimUtils.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static AnimUtils.Companion
INSTANCE
-
Method Summary
Modifier and Type Method Description final ViewPropertyAnimator
alphaAnimator(View view, Float alpha, Float x, Integer visibilityAfter)
final ValueAnimator
startIntAnimator(Integer from, Integer to, ValueAnimator.AnimatorUpdateListener listener)
final ValueAnimator
startColorAnimator(Integer startColor, Integer endColor, ValueAnimator.AnimatorUpdateListener listener)
-
-
Method Detail
-
alphaAnimator
final ViewPropertyAnimator alphaAnimator(View view, Float alpha, Float x, Integer visibilityAfter)
-
startIntAnimator
final ValueAnimator startIntAnimator(Integer from, Integer to, ValueAnimator.AnimatorUpdateListener listener)
-
startColorAnimator
final ValueAnimator startColorAnimator(Integer startColor, Integer endColor, ValueAnimator.AnimatorUpdateListener listener)
-
-
-
-