public static final class Utils.Animation
extends java.lang.Object
| Constructor and Description |
|---|
Animation() |
| Modifier and Type | Method and Description |
|---|---|
static android.animation.ObjectAnimator |
flash(android.view.View view,
float alphaFactor) |
static android.animation.ObjectAnimator |
nope(android.view.View view,
int delta) |
static android.animation.ObjectAnimator |
pulse(android.view.View view,
float pulseFactor) |
static android.animation.ObjectAnimator |
spring(android.view.View view,
float springFactor) |
static android.animation.ObjectAnimator |
tada(android.view.View view,
float shakeFactor) |
public static android.animation.ObjectAnimator flash(android.view.View view,
float alphaFactor)
public static android.animation.ObjectAnimator nope(android.view.View view,
int delta)
public static android.animation.ObjectAnimator pulse(android.view.View view,
float pulseFactor)
public static android.animation.ObjectAnimator spring(android.view.View view,
float springFactor)
public static android.animation.ObjectAnimator tada(android.view.View view,
float shakeFactor)