From 5ed7142e9e99eb097a825667c324374fb49259c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Mon, 29 Aug 2022 13:20:30 +0200 Subject: [PATCH] Add faded photos grid and page description on About --- src/routes/about/+page.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/about/+page.svelte b/src/routes/about/+page.svelte index 2bcd47c..2a8c24c 100644 --- a/src/routes/about/+page.svelte +++ b/src/routes/about/+page.svelte @@ -33,7 +33,7 @@ $: parallaxPhotos = photosGridEl && map(scrollY, photosGridOffset - innerHeight, photosGridOffset + innerHeight / 1.5, 0, innerHeight * 0.15, true) $: fadedPhotosIndexes = innerWidth > 768 ? [0, 2, 5, 7, 9, 12, 17, 20, 22, 26, 30, 32, 34] - : [0] + : [1, 4, 5, 7, 11, 14, 17, 20, 24, 27, 30, 33, 34, 36, 40, 43] const introText = about.intro_text .replace('', @@ -182,7 +182,7 @@