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) }