main.js 191 B

1234567891011
  1. window.onload=function(){
  2. $(".loading").fadeOut();
  3. }
  4. var wow = new WOW({
  5. boxClass: 'wow',
  6. animateClass: 'animated',
  7. offset: 0,
  8. mobile: true,
  9. live: true
  10. });
  11. wow.init();