From: Vincent Vanwaelscappel Date: Mon, 28 Mar 2022 16:32:23 +0000 (+0200) Subject: wait #5182 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=5b136f61bb4a212d6b127c2146920e43c6e5a602;p=Animations.git wait #5182 --- diff --git a/ThermofisherProgressbar/ThermofisherProgressbar.zip b/ThermofisherProgressbar/ThermofisherProgressbar.zip index a503720..aa3a380 100644 Binary files a/ThermofisherProgressbar/ThermofisherProgressbar.zip and b/ThermofisherProgressbar/ThermofisherProgressbar.zip differ diff --git a/ThermofisherProgressbar/index.html b/ThermofisherProgressbar/index.html index c96cd20..f233e84 100644 --- a/ThermofisherProgressbar/index.html +++ b/ThermofisherProgressbar/index.html @@ -26,7 +26,7 @@ width: 100%; height: 100%; display: block; - transition: clip-path 500ms; + transition: clip-path 400ms; } @@ -52,7 +52,7 @@ document.addEventListener("DOMContentLoaded", function () { update(); - setInterval(update, 250); + setInterval(update, 500); });