Package com.pointrlabs.core.map.helpers
Object AnimUtils.Companion
-
- 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, Long duration)
final ViewPropertyAnimator
heightAnimator(View view, Integer viewHeight, Integer visibilityAfter, Long duration)
final ValueAnimator
startIntAnimator(Integer from, Integer to, ValueAnimator.AnimatorUpdateListener listener)
final ValueAnimator
startIntAnimator(Integer from, Integer to, Long duration, 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, Long duration)
-
heightAnimator
final ViewPropertyAnimator heightAnimator(View view, Integer viewHeight, Integer visibilityAfter, Long duration)
-
startIntAnimator
final ValueAnimator startIntAnimator(Integer from, Integer to, ValueAnimator.AnimatorUpdateListener listener)
-
startIntAnimator
final ValueAnimator startIntAnimator(Integer from, Integer to, Long duration, ValueAnimator.AnimatorUpdateListener listener)
-
startColorAnimator
final ValueAnimator startColorAnimator(Integer startColor, Integer endColor, ValueAnimator.AnimatorUpdateListener listener)
-
-
-
-