From bf14ef5af80180cccbf8259ccd82eedf23c62f34 Mon Sep 17 00:00:00 2001 From: giles Date: Mon, 4 Nov 2024 22:31:30 +0000 Subject: [PATCH] deployed --- partials/shop/style.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/partials/shop/style.hbs b/partials/shop/style.hbs index 3481f6c..dcf639d 100644 --- a/partials/shop/style.hbs +++ b/partials/shop/style.hbs @@ -42,13 +42,13 @@ .htmx-swapping.rose-ash-fade-me-out { opacity: 0; - transition: opacity 400ms ease-out; + transition: opacity 1s ease-out; } .htmx-added.rose-ash-fade-me-in { opacity: 0; } .rose-ash-fade-me-in { opacity: 1; - transition: opacity 400ms ease-out; + transition: opacity 1s ease-out; } \ No newline at end of file