Skip to content

Instantly share code, notes, and snippets.

@vdel26
Created September 18, 2017 10:56
Show Gist options
  • Save vdel26/b0ed64f932724e2cef9a849c85cb472f to your computer and use it in GitHub Desktop.
Save vdel26/b0ed64f932724e2cef9a849c85cb472f to your computer and use it in GitHub Desktop.
Slide up + fade in (using https://github.com/jlmakes/scrollreveal)
window.sr = ScrollReveal({ reset: true });
sr.reveal('.js-reveal', {
duration: 500,
delay: 75,
easing: 'ease-out',
scale: 1,
distance: '2rem'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment