7

It seems React-Virtualized does not support animations out of the box, but is it possible (and reasonable?) to use ReactCSSTransitionGroup to implement transitions?

In my case I'd like to do a remove animation (e.g., fade opacity or shrink height) transition on an element in a virtualized list.

Chris W.
  • 37,583
  • 36
  • 99
  • 136
  • Being that are in control of the rendered element, I don't see why using transitions should be an issue (as long as your not animating height/width and using CellMeasurer). Would love to see what you have out together! – Mbrevda Dec 01 '16 at 18:57
  • 2
    @mauron85 answer points in a very nice direction but as this codepen: http://codepen.io/thomasmery/pen/evrqNy shows it won't work when removing a row (expected behaviour is here: http://codepen.io/thomasmery/pen/vxrLqG) - hope someone can help understand why it behaves differently with RV – Thomas Mery Mar 24 '17 at 08:29

0 Answers0