From 593180a002636c87089e9a7935f56f550ee8651e Mon Sep 17 00:00:00 2001 From: Korbs Date: Wed, 4 Dec 2024 14:00:07 -0500 Subject: [PATCH] Update Image component --- src/Image.astro | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/Image.astro b/src/Image.astro index f4e7ac2..7935415 100644 --- a/src/Image.astro +++ b/src/Image.astro @@ -18,12 +18,8 @@ const { fit={Fit} format={Format} quality={Quality} - onload="this.style.opacity = '1'" + onload="this.style.transition = '1s opacity, 1s box-shadow'; this.style.opacity = '1'" inferSize /> - \ No newline at end of file + \ No newline at end of file