Releases: mikepenz/ItemAnimators
Releases · mikepenz/ItemAnimators
v0.2.0-SNAPSHOT
library
- change DefaultAnimator and BaseItemAnimator methods to pass ViewHolders instead only views
- improve and add more flexibility to Animators by passing ViewHolder instead of only the views
- use correct duration for animation
- also cleanup and make sure the added item displays correctly after animation finished
- use interpolator for animations
- 4 new animators
- SlideInOutBottomAnimator
- SlideInOutTopAnimator
- SlideInOutRightAnimator
- SlideInOutLeftAnimator
sample
- sample displays a grid with a span of 3 (this will be changed back to a list in a future update again)
- update to latest FastAdapter v0.7.1
- update to latest MaterialDrawer
- explicitly add FastAdapter to build gradle of the ItemAnimator sample
- remove not used item from sample
- reenable spinner in sample activity
v0.1.0-SNAPSHOT
- initial release