From 710bb31f1b1563d8a0c0f9b3e65b3c7a00f45208 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Tue, 31 Oct 2023 12:27:42 +0100 Subject: [PATCH] fix: adjust Photo page background photos animation value --- .../src/routes/(site)/[country]/[location]/[photo]/+page.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/website/src/routes/(site)/[country]/[location]/[photo]/+page.svelte b/apps/website/src/routes/(site)/[country]/[location]/[photo]/+page.svelte index 3988ac9..718696a 100644 --- a/apps/website/src/routes/(site)/[country]/[location]/[photo]/+page.svelte +++ b/apps/website/src/routes/(site)/[country]/[location]/[photo]/+page.svelte @@ -228,7 +228,7 @@ }], // Other photos ['.photo-page__picture:not(.is-1)', { - x: ['-150%', 0], + x: ['-15%', '0%'], opacity: [0, 1], }, { at: 0.4,