Skip to content

Instantly share code, notes, and snippets.

@davidgilbertson
Created January 5, 2018 07:56
Show Gist options
  • Select an option

  • Save davidgilbertson/8da099794dcde73ad3e874551157d952 to your computer and use it in GitHub Desktop.

Select an option

Save davidgilbertson/8da099794dcde73ad3e874551157d952 to your computer and use it in GitHub Desktop.
ease({
startValue: window.scrollY,
endValue: 0,
onStep: value => window.scroll(0, value),
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment