Place: Add @1x desktop illustration size, Optimize responsive
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-04-11 19:33:37 +02:00
parent 90bdb5890d
commit 7180419fb0
9 changed files with 62 additions and 59 deletions

View File

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