From 7ff711d69c91bcd11dbafcfc28b5ac81ca8d2057 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Tue, 2 Jun 2020 16:13:16 +0200 Subject: [PATCH] Photo: Fix title animation --- 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 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)