bvaughn / react-window

React components for efficiently rendering large lists and tabular data
https://react-window.now.sh/
MIT License
15.72k stars 783 forks source link

How to combine react-window with react-flip-move #477

Closed shunmian closed 3 weeks ago

shunmian commented 4 years ago

I'm trying to use react-flip-move to add animations for list items with react-window but cannot make it.

Please see codeSandbox for the sample code:

josecggarrido commented 4 years ago

I have the same issue but I'm using CSSTransition and TransitionGroup, but also I have tried with other animated component and never works.

shunmian commented 4 years ago

I have made it work with react-flip-toolkit instead of react-flip-move.