How does Meteor handle live changes? For instance I don\'t want changes to be instantaneous, but with some kind of animation of sorts. If we place the items being changed us
For CSS transitions, there are two options you can go with:
1. Reactively: the Meteor way 2. Directly: the jQuery way
Here is a working example: http://bindle.me/blog/index.php/658/animations-in-meteor-state-of-the-game