public class AnimUtil
extends java.lang.Object
| Constructor and Description |
|---|
AnimUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
fadeIn(android.view.View view) |
static void |
fadeOut(android.view.View view) |
static android.animation.Animator |
getCenterRevealAnim(android.view.View view,
boolean show)
Requires Build.VERSION_CODES.LOLLIPOP
|
static android.view.animation.Animation |
getViewFadeInAnim(android.content.Context context) |
static android.view.animation.Animation |
getViewFadeOutAnim(android.content.Context context) |
public static void fadeOut(android.view.View view)
public static void fadeIn(android.view.View view)
public static android.animation.Animator getCenterRevealAnim(android.view.View view,
boolean show)
view - view for reveal animshow - if show view, hide otherwisepublic static android.view.animation.Animation getViewFadeInAnim(android.content.Context context)
public static android.view.animation.Animation getViewFadeOutAnim(android.content.Context context)