Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koentjuh1/eb4acaa16cd38d12a3f5941349b52b6e to your computer and use it in GitHub Desktop.
Save koentjuh1/eb4acaa16cd38d12a3f5941349b52b6e to your computer and use it in GitHub Desktop.
jQuery-viewport-checker add class on scroll
jQuery(document).ready(function() {
jQuery('.post').addClass("hidden").viewportChecker({
classToAdd: 'visible animated fadeIn',
offset: 100
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment