Hey. I got this off UPM. Great work, solved the problems I was having with Infinite Scroll.
My use case is that I want to keep things visible and untouched until a rolling animation goes through all items in the list ( live leaderboard ) when new data is available and update each one individually with some stagger in the timing.
I can kinda do this by keeping old data in memory and having a special case to insta-update it, however a regenerate method that would package all this into the Scroller itself would be very helpful.
Would you be open to a pull request to add this?
Hey. I got this off UPM. Great work, solved the problems I was having with Infinite Scroll.
My use case is that I want to keep things visible and untouched until a rolling animation goes through all items in the list ( live leaderboard ) when new data is available and update each one individually with some stagger in the timing.
I can kinda do this by keeping old data in memory and having a special case to insta-update it, however a regenerate method that would package all this into the Scroller itself would be very helpful.
Would you be open to a pull request to add this?