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.