Android library for animating RecyclerView items when they enter and leave the screen.
Library binaries in .aar format can be found in Github releases section. You can add them to your application by using Project Structure dialog in Android Studio, or manually, by adding implementation files('libs/animatedrecyclerview-release-x.x.aar')
line to your dependencies in build.gradle
file.
This project is licensed under the MIT License - see the LICENSE.md file for details