https://github.com/tpb1908/animatingrecyclerview
A RecyclerView with animations for notifyDataSetChanged
https://github.com/tpb1908/animatingrecyclerview
Last synced: about 1 year ago
JSON representation
A RecyclerView with animations for notifyDataSetChanged
- Host: GitHub
- URL: https://github.com/tpb1908/animatingrecyclerview
- Owner: tpb1908
- Created: 2016-12-25T18:54:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-25T22:13:17.000Z (over 9 years ago)
- Last Synced: 2025-01-02T14:11:50.415Z (over 1 year ago)
- Language: Java
- Size: 75.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Animating RecyclerView
A RecyclerView with animations when views enter
Each animation is timed such that the further a ViewHolder is from position 0, the longer the
time until it enters.
Animation types-
Alpha- An alpha fade
Horizontal- ViewHolders enter from offscreen, moving horizontally
Vertical- ViewHolders move vertically as they enter
**Warning** Vertical animation will not work with non equal ViewHolder heights
## TODO
Allow setting config via xml
~~Add an option for the direction of horizontal animation~~
Add an option to enter all views at the same time
Add an expand animation (Horizontal/Vertical)
~~Add an option to change the timescale~~
Add an option to change the direction of animation traversal