Preloading screen (aka. splash screen) for your website with velocty.js animations. Thanks to https://github.com/kennyooi/jpreloader and https://atmospherejs.com/percolate:velocityjs
Template.layout.onRendered ->
$('body').jpreLoader()
Template.layout.onRendered(function() {
$('body').jpreLoader();
});