You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2021/12/10 16:20:34 UTC

[incubator-ponymail-foal] branch master updated: extend spin time

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new 23c4cf4  extend spin time
23c4cf4 is described below

commit 23c4cf442ee1271bd06b0dc6a24801dcad2b6cda
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Fri Dec 10 17:20:23 2021 +0100

    extend spin time
---
 webui/css/spinner.css | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/webui/css/spinner.css b/webui/css/spinner.css
index f318726..4be29f8 100644
--- a/webui/css/spinner.css
+++ b/webui/css/spinner.css
@@ -34,7 +34,10 @@ the License.
     border-bottom: 10px solid rgba(120, 200, 30, 0.95);
     border-left: 10px solid rgba(220,190,30,0.95);
     transform: translateZ(0);
-    animation: spin1 1s 0s ease-in-out, spin2 1s 1s ease-in-out, spin3 1s 2s ease-in-out, spin4 1s 3s ease-in-out;
+    animation:  spin1 1s 0s ease-in-out, spin2 1s 1s ease-in-out, spin3 1s 2s ease-in-out, spin4 1s 3s ease-in-out,
+                spin1 1s 4s ease-in-out, spin2 1s 5s ease-in-out, spin3 1s 6s ease-in-out, spin4 1s 7s ease-in-out,
+                spin1 1s 8s ease-in-out, spin2 1s 9s ease-in-out, spin3 1s 10s ease-in-out, spin4 1s 11s ease-in-out,
+                spin1 1s 12s ease-in-out, spin2 1s 13s ease-in-out, spin3 1s 14s ease-in-out, spin4 1s 15s ease-in-out;
 }
 
 .spinwheel, .spinwheel:after {