Trimmed page content down, Removed annoying animations and added blog link
This commit is contained in:
parent 3297dc931b
commit 0a70a97755
10 changed files with 516 additions and 622 deletions
| @ -1,17 +1,4 @@ | |||
| ||||
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(); | ||||
| ||||
| ||||
var initPhotoSwipeFromDOM = function(gallerySelector) { | ||||
| ||||
// parse slide data (url, title, size ...) from DOM elements | ||||
| |
Loading…
Add table
Add a link
Reference in a new issue