Thanks for the great module!
If we have 2 different props for transition name, for example transitionEnter and transitionLeave it would be possible to use css animation libraries with predefined animation classNames, as animate.css
We could use it like this:
transitionEnter="animated fadeInDown"
transitionLeave="animated fadeOutUp"