React Animation with CSSTransitionGroup

InstructorJoe Maddalone

Share this video with your friends

Send Tweet

React.addons provides CSSTransitionGroup for easily implementing basic CSS animations and transitions.

Mirha Masala
~ 3 years ago

TransitionGroup and CSSTransitionGroup have been deprecated (https://reactjs.org/docs/addons.html#deprecated-add-ons)

Lucas Minter
~ 3 years ago

TransitionGroup and CSSTransitionGroup have been deprecated (https://reactjs.org/docs/addons.html#deprecated-add-ons)

Yep! They have been deprecated in favor of their drop-in replacements.