Initial commit

This commit is contained in:
Dan Brown 2015-10-11 16:31:20 +01:00
commit c92c2fdbce

12
scripts/script.js Normal file
View file

@ -0,0 +1,12 @@
var wow = new WOW(
{
boxClass: 'wow', // animated element css class (default is wow)
animateClass: 'anim', // animation css class (default is animated)
offset: 80, // distance to the element when triggering the animation (default is 0)
mobile: true, // trigger animations on mobile devices (default is true)
live: true, // act on asynchronously loaded content (default is true)
scrollContainer: null // optional scroll container selector, otherwise use window
}
);
wow.init();