diff --git a/src/animations/Photo.js b/src/animations/Photo.js index 374c51f..0e39fdb 100644 --- a/src/animations/Photo.js +++ b/src/animations/Photo.js @@ -17,7 +17,7 @@ export const animateIn = scope => { // Title tlLocation.add({ targets: scope.querySelectorAll('.photo__location .line span'), - translateY: ['100%', 0], + translateY: ['120%', 0], translateZ: [0, 0], delay: anime.stagger(120) }, 200)