src/modules/Transition/Transition.js
A Transition animates a single child by toggling the visible prop.
A Transition Group animates children as they mount and unmount.
This explorer animates Transition Group children as they mount and unmount. Use it to try directional animations that show and hide the element.
This explorer animates a single Transition child by toggling the visible prop. Use it to try unidirectional animations for elements that are always visible.
Duration of the CSS transition animation can be defined separately for hide
and show
animations.