From: Vincent Vanwaelscappel Date: Tue, 1 Oct 2024 07:47:09 +0000 (+0200) Subject: wip #7108 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=597c7af99726104b438ea86ca181a1d350f754d6;p=Animations.git wip #7108 @0.5 --- diff --git a/JoueClubButton/_tools/publish.php b/JoueClubButton/_tools/publish.php index 539991e..867883b 100644 --- a/JoueClubButton/_tools/publish.php +++ b/JoueClubButton/_tools/publish.php @@ -2,7 +2,7 @@ $root = realpath(__DIR__ . '/../'); -$fluidbook='31437'; +$fluidbook = '31400'; $zip = '"C:\Program Files\7-Zip\7z.exe" a -tzip ' . $root . '/jc2024button.zip ../ -xr0!_doc -xr0!_tools -xr0!*.zip -xr0!*.less -xr0!*.map -xr0!data-*.js'; echo `$zip`; diff --git a/JoueClubButton/index.html b/JoueClubButton/index.html index c9cc73e..c32331e 100644 --- a/JoueClubButton/index.html +++ b/JoueClubButton/index.html @@ -192,7 +192,7 @@ }, 750) }); - gsap.to(".pulse", {duration: 2, repeat: -1, scale: 1.42, backgroundColor: "rgba(226, 0, 43, 0)"}); + //gsap.to(".pulse", {duration: 2, repeat: -1, scale: 1.42, backgroundColor: "rgba(226, 0, 43, 0)"}); }); diff --git a/JoueClubButton/jc2024button.zip b/JoueClubButton/jc2024button.zip index b529df5..3c99bec 100644 Binary files a/JoueClubButton/jc2024button.zip and b/JoueClubButton/jc2024button.zip differ