Skip to content

Instantly share code, notes, and snippets.

@iamkevingreen
Created July 21, 2016 21:31
Show Gist options
  • Save iamkevingreen/b992ee22f236af2f2a781c6263779464 to your computer and use it in GitHub Desktop.
Save iamkevingreen/b992ee22f236af2f2a781c6263779464 to your computer and use it in GitHub Desktop.
let handleScrolling = () => {
Parallax.init(imageFloatTwo, -4.3);
Parallax.init(imageFloatThree, -2);
Parallax.init(earnedImageTwo, -7);
Parallax.init(earnedImageThree, -13);
Parallax.init(sparkText, -13);
Parallax.init(heroText, -13);
Parallax.init(imageFloatOne, -6);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment