React documentation doesn’t have anything about handling animations that are not CSS transitions, such as animation of scroll position and SVG attributes.
As for CSS tra
It seems react.animate is an actively maintained and often used React animation libraries.
(it was already mentioned above, but would be easy to miss in all the links)
Note: it comes with/requires underscore.js.