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
In this case Meteor will call Template.foo.bar everytime this template gets rendered. So within this function you can do all kinds of Jquery or CSS3 animations (for example by adding a class to the templates div).