We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
prevScrollY
1 parent e319006 commit 60adeb4Copy full SHA for 60adeb4
src/libs/ParallaxController.js
@@ -43,7 +43,7 @@ function ParallaxController() {
43
*/
44
function _handleScroll() {
45
// reference to prev scroll y
46
- const prevScrollY = scrollY;
+ // const prevScrollY = scrollY;
47
48
// Save current scroll
49
scrollY = window.pageYOffset; // Supports IE 9 and up.
0 commit comments