From ea7360cae497ef34bca4a2c3f252c11848a89d59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Fri, 24 Jun 2022 12:28:10 +0200 Subject: [PATCH] Fix location page Of animation timing --- src/routes/[country]/[location]/index.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/[country]/[location]/index.svelte b/src/routes/[country]/[location]/index.svelte index c657b54..09c6545 100644 --- a/src/routes/[country]/[location]/index.svelte +++ b/src/routes/[country]/[location]/index.svelte @@ -168,7 +168,7 @@ targets: '.location-page__intro .of', opacity: [0, 1], duration: 1200, - }, 1050 + ($navigating ? DURATION.PAGE_IN : 0)) + }, 950 + ($navigating ? DURATION.PAGE_IN : 0)) // Description timeline.add({