|
|
|
|
|
|
|
|
offset: 100, // distance to the element when triggering the animation (default is 0) |
|
|
offset: 100, // distance to the element when triggering the animation (default is 0) |
|
|
mobile: false // trigger animations on mobile devices (default is true) |
|
|
mobile: false // trigger animations on mobile devices (default is true) |
|
|
}); |
|
|
}); |
|
|
wow.init(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//https://github.com/matthieua/WOW/issues/196#issuecomment-348734401 |
|
|
|
|
|
var scrolled = false; |
|
|
|
|
|
$(window).on('scroll', function() { |
|
|
|
|
|
if (!scrolled) { |
|
|
|
|
|
scrolled = true; |
|
|
|
|
|
wow.init(); |
|
|
|
|
|
} |
|
|
|
|
|
}) |
|
|
|
|
|
|
|
|
/* ========================================================================= */ |
|
|
/* ========================================================================= */ |
|
|
/* Google Map Customization |
|
|
/* Google Map Customization |