I\'ve been looking around for how to create animations in Om, I\'ve tried creating a RaphaelJs component with moderate success. I get the animation I want, but for some reas
Care to look into a ClojureScript port of https://github.com/chenglou/react-tween-state or https://github.com/chenglou/react-state-stream?
TransitionGroup provides nothing but helpers for hooking onto some lifecycle events. It theoretically has nothing to do with animation. If you want an actual animation API, give a look at the two things I made above. The readmes should provide enough information for the rest.