From 436772502be235e04994e536fbb1c837dabdbcc6 Mon Sep 17 00:00:00 2001 From: isUnknown Date: Sat, 21 Mar 2026 12:42:32 +0100 Subject: [PATCH] portfolio gallery animation : decrease opacity - related to #20 --- src/components/ui/GalleryAnimation.svelte | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/src/components/ui/GalleryAnimation.svelte b/src/components/ui/GalleryAnimation.svelte index 67054ec..f11162e 100644 --- a/src/components/ui/GalleryAnimation.svelte +++ b/src/components/ui/GalleryAnimation.svelte @@ -31,6 +31,7 @@ class="gallery-animation gallery-animation--vertical" style="--gallery-duration: {columns[0]?.duration ?? 24}s{backgroundColor ? `; --background-color: ${backgroundColor}` : ''}{backgroundImage ? `; --background-image: url(${backgroundImage})` : ''}" > + {#each columns as col}