public class AnimationUtils
extends java.lang.Object
Constructor and Description |
---|
AnimationUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
animateLoadingOverlay(android.view.View view,
int toVisibility,
float toAlpha,
int duration)
Shows or hides loading overlay with smooth alpha transition.
|
public static void animateLoadingOverlay(android.view.View view, int toVisibility, float toAlpha, int duration)
view
- View to animatetoVisibility
- Visibility at the end of animationtoAlpha
- Alpha at the end of animationduration
- Animation duration in ms