Hello everybody,
Here's my new baby. The AnimationPlus library extends the Animation library by adding:
If you want a library with more possibilities, and easy to use, give a try to NineOldAndroids.
Examples : https://drive.google.com/file/d/0B-kneWWcCy7PUTNERGJIamlzSjA/view?usp=sharing&resourcekey=0-LK97oJs9aV-UHK4CWY0utw
Here's my new baby. The AnimationPlus library extends the Animation library by adding:
- the interpolators (Bounce, Accelerate, Overshoot, Cycle, etc.)
- two parameters:
PersistAfter (boolean): if True, the animation does not revert to its initial state
StartOffset (long): delay before the animation really starts - AnimationSet (animations on the same view are played together)
- four new Drawables:
AnimationDrawable: image-by-image animation
ClipDrawable: drawable with automatic clipping (ideal for progress bars)
LayerDrawable: multi-layer drawable
TransitionDrawable: cross-fade between two drawables - for translation animations:
PauseTranslation/ResumeTranslation/IsPaused: new functions to pause/resume the animation
AnimationRepeat: new event
If you want a library with more possibilities, and easy to use, give a try to NineOldAndroids.
Examples : https://drive.google.com/file/d/0B-kneWWcCy7PUTNERGJIamlzSjA/view?usp=sharing&resourcekey=0-LK97oJs9aV-UHK4CWY0utw
Attachments
Last edited: