]> _ Git - Animations.git/commitdiff
wait #5182
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 28 Mar 2022 16:32:23 +0000 (18:32 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 28 Mar 2022 16:32:23 +0000 (18:32 +0200)
ThermofisherProgressbar/ThermofisherProgressbar.zip
ThermofisherProgressbar/index.html

index a50372052ce3dc72dc4d09fe64eba7c14cf2034c..aa3a380df11845406dfe7fedb81cf4bde030d7e0 100644 (file)
Binary files a/ThermofisherProgressbar/ThermofisherProgressbar.zip and b/ThermofisherProgressbar/ThermofisherProgressbar.zip differ
index c96cd206aad5cd4d6831ea0d431b14e076c2337f..f233e8440b6c45987aefdc63b7f2c556fe9620b5 100644 (file)
@@ -26,7 +26,7 @@
             width: 100%;
             height: 100%;
             display: block;
-            transition: clip-path 500ms;
+            transition: clip-path 400ms;
         }
 
     </style>
@@ -52,7 +52,7 @@
 
         document.addEventListener("DOMContentLoaded", function () {
             update();
-            setInterval(update, 250);
+            setInterval(update, 500);
         });
 
     </script>