frozeman / meteor-animation-helper-velocity

Animates elements inside a {{> AnimateWithVelocity}} block, by adding specific attributes to elements.
22 stars 2 forks source link

Change Meteor.defer to setTimeout. #7

Closed bitomule closed 10 years ago

bitomule commented 10 years ago

I've changed the Meteor.defer call to just a setTimeout. This fixes the problem I was facing removing CollectionFS Files using animation. I was getting an error that Meteor.defer can only be used on server.

bitomule commented 10 years ago

I've updated it to Meteor.setTimeout.