Currently we listen for {{#if Template.subscriptionsReady}}.
This should return true once all the subscriptions have been fuffilled.
We run a series of class add/removal associated with css transitions to create a fluid effect.
Currently the class adding and removing is completed within the canvas true when subscriptionsReady returns true.
@micchickenburger : Got some ideas on a better way to do this?
Currently we listen for
{{#if Template.subscriptionsReady}}
. This should return true once all the subscriptions have been fuffilled.We run a series of class add/removal associated with css transitions to create a fluid effect. Currently the class adding and removing is completed within the canvas true when
subscriptionsReady
returns true.@micchickenburger : Got some ideas on a better way to do this?