diff --git a/etc/status/public_html/app.js b/etc/status/public_html/app.js index 09aa6ca1bf..a397121ff5 100644 --- a/etc/status/public_html/app.js +++ b/etc/status/public_html/app.js @@ -438,7 +438,7 @@ $container.removeClass('zuul-container-loading'); setTimeout(function () { $indicator.removeClass('zuul-spinner-on'); - }, 550); + }, 500); }); $jq.one('update-end', function () { diff --git a/etc/status/public_html/index.html b/etc/status/public_html/index.html index 383c872d5c..59b10e485c 100644 --- a/etc/status/public_html/index.html +++ b/etc/status/public_html/index.html @@ -42,7 +42,7 @@ under the License. .zuul-spinner, .zuul-spinner:hover { opacity: 0; - transition: opacity 3s ease-out; + transition: opacity 0.5s ease-out; cursor: default; pointer-events: none; } @@ -50,7 +50,7 @@ under the License. .zuul-spinner-on, .zuul-spinner-on:hover { opacity: 1; - transition-duration: 0.4s; + transition-duration: 0.2s; cursor: progress; }