Skip to content

Instantly share code, notes, and snippets.

@sebgates
Created October 11, 2017 13:34
Show Gist options
  • Save sebgates/6779a2f209dbf3dbc3ad3a838f42fe1a to your computer and use it in GitHub Desktop.
Save sebgates/6779a2f209dbf3dbc3ad3a838f42fe1a to your computer and use it in GitHub Desktop.
To add animations with no scroll - just use animated in the class e.g.
<h1 class="animated infinite bounce">Example</h1>
To use WOW scroll to animate - just use wow in the class e.g.
<div class="wow bounceInUp">
Content to Reveal Here
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment