Commit ec959559 authored by Romain Courteaud's avatar Romain Courteaud

[erp5_web_renderjs_ui] Delay the first loader display.

This improve the feeling of speed when refreshing.
parent fb351cef
...@@ -1651,6 +1651,11 @@ div[data-gadget-scope='notification'] button.error { ...@@ -1651,6 +1651,11 @@ div[data-gadget-scope='notification'] button.error {
top: 50%; top: 50%;
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
font-size: 300%; font-size: 300%;
animation-name: fadein;
animation-duration: 0.2s;
animation-delay: 0.3s;
animation-fill-mode: both;
animation-timing-function: ease-in;
} }
/********************************************** /**********************************************
* Keyframes * Keyframes
......
...@@ -242,7 +242,7 @@ ...@@ -242,7 +242,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>969.29354.31833.58624</string> </value> <value> <string>971.20364.49895.30788</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -260,7 +260,7 @@ ...@@ -260,7 +260,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1533747628.29</float> <float>1540981324.5</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
...@@ -1913,6 +1913,11 @@ div[data-gadget-scope='notification'] { ...@@ -1913,6 +1913,11 @@ div[data-gadget-scope='notification'] {
top: 50%; top: 50%;
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
font-size: 300%; font-size: 300%;
animation-name: fadein;
animation-duration: .2s;
animation-delay: .3s;
animation-fill-mode: both;
animation-timing-function: ease-in;
} }
/********************************************** /**********************************************
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment