0x21-consulting / Thriver

Thriver, a Content Management System for Nonprofit Organizations
MIT License
6 stars 2 forks source link

Added site preloader. Regarding #283. #288

Closed eoghanTadhg closed 7 years ago

eoghanTadhg commented 7 years ago

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?