Photo: Fix title animation
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-06-02 16:13:16 +02:00
parent 44844f57c2
commit 7ff711d69c

View File

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