Created
July 21, 2016 21:31
-
-
Save iamkevingreen/b992ee22f236af2f2a781c6263779464 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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