Interface | Description |
---|---|
ValueAnimator.AnimateListener |
Callback interface for notification of animations' events.
|
Class | Description |
---|---|
ResizeAnimation |
2 states animator that will enlarge or shrink a given view on a specified axis.
|
SlideAnimation |
2 states animator that will take a view in or out on a given side of the screen.
|
ValueAnimator |
ValueAnimator provides ability to animate the changing of numbers using the builtin
Android Interpolator animation functionality.
|
ValueAnimator.Builder |
Enum | Description |
---|---|
ResizeAnimation.Axis |
Enum the possible transformation's axis.
|
ResizeAnimation.State |
Enum the possible animations' states.
|
SlideAnimation.Side |
Enum the four possible sides of transformation.
|
SlideAnimation.State |
Enum the possible animations' states.
|