-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Open
Description
The library is very cool, but I have some problems when I use in a recycler view with infinite scroll.
When new items added to recycler view at the bottom during infinite scroll, the animation duration getting bigger and bigger according to the item size of the recycler view.
protected long getAddDelay(final RecyclerView.ViewHolder holder) { return Math.abs(holder.getAdapterPosition() * getAddDuration() / 4); }
A more customisable delay manipulation will be a good extension for this library.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels