flutter_animate icon indicating copy to clipboard operation
flutter_animate copied to clipboard

Defer animation on list items until scrolled into view

Open harkairt opened this issue 1 year ago • 2 comments
trafficstars

Similar to https://pub.dev/packages/flutter_staggered_animations I would like to be able to only animate a list's items once they appear. Regardless of scrolling, or items changing, they should only animate for the first time.

harkairt avatar Feb 25 '24 19:02 harkairt

Sorry for the delayed response on this.

Interesting! I'll have to look at how they made that work. Worst case, I anticipate it would be pretty easy for the author of flutter_staggered_animations to create an animation type that would accept any flutter_animate instance.

Keeping open and will look into it when time permits. Feel free to take a stab at it in the meantime.

gskinner avatar Aug 27 '24 18:08 gskinner