From e9ad9deafdd0186a1244c2b92702210dabc41fc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Tue, 21 Apr 2020 18:09:33 +0200 Subject: [PATCH] Photo: Debug parallax --- src/animations/Photo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/animations/Photo.js b/src/animations/Photo.js index 87c4dda..374c51f 100644 --- a/src/animations/Photo.js +++ b/src/animations/Photo.js @@ -90,6 +90,6 @@ export const animateIn = scope => { } // Listen on screen size to run the function - media768.addListener(numberPallax) + media768.addListener(numberPallaxAnime) numberPallaxScroll(media768) }