Photo: Debug parallax
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-04-21 18:09:33 +02:00
parent a13592d273
commit e9ad9deafd

View File

@@ -90,6 +90,6 @@ export const animateIn = scope => {
} }
// Listen on screen size to run the function // Listen on screen size to run the function
media768.addListener(numberPallax) media768.addListener(numberPallaxAnime)
numberPallaxScroll(media768) numberPallaxScroll(media768)
} }