Performances optimizations WIP
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-04-17 14:33:49 +02:00
parent bb5689f0b6
commit 3c05d6d222
17 changed files with 211 additions and 181 deletions

View File

@@ -40,8 +40,7 @@ export const animateIn = () => {
// Illustration
tl.add({
targets: '.place__illustration',
scale: [1.1, 1],
translateX: ['-50%', '-50%'],
scale: [1.05, 1],
translateZ: [0, 0],
opacity: [0, 1]
}, 0)