]> _ Git - Animations.git/commitdiff
wait #7109 @0.75
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 1 Oct 2024 10:13:10 +0000 (12:13 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 1 Oct 2024 10:13:10 +0000 (12:13 +0200)
JoueClubButton/index.html
JoueClubButton/jc2024button.zip

index c32331e6f50d9f06b91f6331c6a19baea34efb13..d97262a0ee8b3e796a4a565a48e77eb33069a0bf 100644 (file)
 
         main {
             cursor: default;
+            opacity: 0;
+            transition: opacity 0.3s;
+        }
+
+        main.show {
+            opacity: 1;
+            transition: opacity 0.3s;
         }
 
         .pulse {
             }, 750)
         });
 
+        // Fade
+        $('main').addClass('show');
+
+        // Pulse
         //gsap.to(".pulse", {duration: 2, repeat: -1, scale: 1.42, backgroundColor: "rgba(226, 0, 43, 0)"});
     });
 </script>
index 3c99bec7215a9790a3974e208ea0b22a96fea511..bfa19eae9c9818812f1e2de98032e01fdb238247 100644 (file)
Binary files a/JoueClubButton/jc2024button.zip and b/JoueClubButton/jc2024button.zip differ