Can Meteor live changes have animations?

前端 未结 3 1175
北海茫月
北海茫月 2020-12-23 14:03

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

3条回答
  •  再見小時候
    2020-12-23 14:27

    There is a workaround like this:

    
    

    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).

提交回复
热议问题