Browse Source

Change duration of loading

Javi Jimenez Villar 13 years ago
parent
commit
d215ba4fff
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/stylesheets/lungo.widget.loading.styl

+ 2 - 2
src/stylesheets/lungo.widget.loading.styl

@@ -106,8 +106,8 @@
 
 section.show, section.active, .notification
   & .loading
-    -webkit-animation: rotatingLoader .5s  infinite linear
-    moz-animation:  rotatingLoader .5s  infinite linear
+    -webkit-animation: rotatingLoader 600ms  infinite linear
+    moz-animation:  rotatingLoader 600ms  infinite linear
 
 
 @-webkit-keyframes rotatingLoader