mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-04 20:54:46 +00:00
Changed timing function on spin animation to linear, for a much smoother-looking spinner
This commit is contained in:
parent
9729dc9f15
commit
e0dcf06983
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
|||
-webkit-animation-name: spin;
|
||||
-webkit-animation-duration: 1s;
|
||||
-webkit-animation-iteration-count: infinite;
|
||||
-webkit-animation-timing-function: linear;
|
||||
}
|
||||
@-webkit-keyframes spin {
|
||||
from {-webkit-transform: rotate(0deg);}
|
||||
|
|
|
|||
Loading…
Reference in a new issue