public final class AnimationUtil
extends java.lang.Object
For more information about animation on the Android platform, see the Android documentation on code.google.com.
| Modifier and Type | Method and Description |
|---|---|
static void |
ApplyAnimation(android.view.View view,
java.lang.String animation)
Animates a component (using pre-defined animation kinds).
|
static void |
ApplyCloseScreenAnimation(android.app.Activity activity,
java.lang.String animType)
Applies a specific animation for transitioning back a screen.
|
static void |
ApplyOpenScreenAnimation(android.app.Activity activity,
java.lang.String animType)
Applies a specific animation for transitioning to a new
Screen.
|
public static void ApplyAnimation(android.view.View view,
java.lang.String animation)
view - component to animateanimation - animation kindpublic static void ApplyOpenScreenAnimation(android.app.Activity activity,
java.lang.String animType)
activity - - the form which is calling another screenanimType - - the animation typepublic static void ApplyCloseScreenAnimation(android.app.Activity activity,
java.lang.String animType)
activity - - the form which is closinganimType - - the animation type