CSSTransition groups are cool, but often what you want to do is transition 
state (or props). I wrote a tiny thing along the same lines for React which 
I've used a lot in production 
https://github.com/pleasetrythisathome/react.animate

Haven't had time to write the corresponding Om stuff yet, but the concept is 
very simple. Basically you just want to define an interpolator between your 
start and end value, and then write a function that gets called faster than 
request animation frame and then invokes an interpolator with 0-1 and calls 
set-state! or transact! with the result. 

Not sure if any of this is helpful at all...

-- 
Note that posts from new members are moderated - please be patient with your 
first post.
--- 
You received this message because you are subscribed to the Google Groups 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/clojurescript.

Reply via email to