From: Vincent Vanwaelscappel Date: Tue, 30 Sep 2025 16:05:42 +0000 (+0200) Subject: wait #7755 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=5397f047bde5a93ef11eb3d359aae63f8596caf0;p=Animations.git wait #7755 @0.25 --- diff --git a/JoueClubButton/index.html b/JoueClubButton/index.html index d97262a..08a51f4 100644 --- a/JoueClubButton/index.html +++ b/JoueClubButton/index.html @@ -11,12 +11,12 @@ main { cursor: default; opacity: 0; - transition: opacity 0.3s; + transition: opacity 1s; } main.show { opacity: 1; - transition: opacity 0.3s; + transition: opacity 1s; } .pulse { diff --git a/JoueClubButton/jc2024button.zip b/JoueClubButton/jc2024button.zip index bfa19ea..484705b 100644 Binary files a/JoueClubButton/jc2024button.zip and b/JoueClubButton/jc2024button.zip differ