Initial commit
This commit is contained in:
commit c92c2fdbce
22 changed files with 2072 additions and 0 deletions
12 scripts/script.js Normal file
12
scripts/script.js Normal 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(); |
Loading…
Add table
Add a link
Reference in a new issue