aboutsummaryrefslogtreecommitdiff
path: root/adapter/README.md
blob: f3beaffda900a3a82b7cde2f93699c90d07f2c89 (plain)
1
2
3
4
5
6
7
8
9
10
# KAU :adapter

Helpers dealing with recyclerviews and adapters

## KauAnimator

Abstract base that decouples the animations into three parts: `add`, `remove`, and `change`.
Each component extends `KauAnimatorAdd`, `KauAnimatorRemove`, or `KauAnimatorChange` respectively.
All the changes in the original animator are removed, so you have complete control over the transitions.
There are a couple base animators, such as fade scale and slide, which can be mix and matched and added to `KauAnimator`