-
-
Save vgordeew/1af42c428d738d84fe8dda602142dbf4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Wow | |
var wow = new WOW( | |
{ | |
boxClass: "wow", | |
offset: 2, | |
mobile: false, | |
} | |
); | |
wow.init(); | |
// HTML | |
class="page-header wow fadeInLeft" data-wow-delay="1s" style="visibility: visible; animation-delay: 1s; animation-name: fadeInLeft;" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment