Photo: Fix title animation
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -17,7 +17,7 @@ export const animateIn = scope => {
|
|||||||
// Title
|
// Title
|
||||||
tlLocation.add({
|
tlLocation.add({
|
||||||
targets: scope.querySelectorAll('.photo__location .line span'),
|
targets: scope.querySelectorAll('.photo__location .line span'),
|
||||||
translateY: ['100%', 0],
|
translateY: ['120%', 0],
|
||||||
translateZ: [0, 0],
|
translateZ: [0, 0],
|
||||||
delay: anime.stagger(120)
|
delay: anime.stagger(120)
|
||||||
}, 200)
|
}, 200)
|
||||||
|
|||||||
Reference in New Issue
Block a user