Skip to content

Option to disable the start delay #176

@Boros122

Description

@Boros122

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions