clauderic / react-tiny-virtual-list

A tiny but mighty 3kb list virtualization library, with zero dependencies 💪 Supports variable heights/widths, sticky items, scrolling to index, and more!
https://clauderic.github.io/react-tiny-virtual-list/
MIT License
2.46k stars 165 forks source link

Animate added/removed/updated items in list? #43

Closed oskarer closed 6 years ago

oskarer commented 6 years ago

It would be really neat to be able to use this together with https://reactcommunity.org/react-transition-group/ or some other solution that mimics this behavior.

Do you think it would be possible to do such a thing with this library, and can you point me in the right direction? If so I can try implementing it and submit a PR.

clauderic commented 6 years ago

This is likely feasible using react-transition-group, yes, though this isn't something I've attempted myself. If you come up with something that you feel could help others, feel free to share it here!