mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
Adding 3d transforms to spinning logos.
This commit is contained in:
parent
cb610e698c
commit
219324e113
3 changed files with 5 additions and 0 deletions
|
@ -5763,6 +5763,7 @@ form.opml_import_form input {
|
|||
-moz-animation-name: -moz-slow-spin;
|
||||
-moz-animation-iteration-count: infinite;
|
||||
-moz-animation-timing-function: linear;
|
||||
-webkit-transform: translate3d(0, 0, 0);
|
||||
}
|
||||
@-webkit-keyframes -webkit-slow-spin {
|
||||
from {-webkit-transform: rotate(0deg)}
|
||||
|
|
|
@ -7,6 +7,7 @@ body {
|
|||
font-size: 13px;
|
||||
line-height: 18px;
|
||||
margin: 0;
|
||||
-webkit-transform: translate3d(0, 0, 0);
|
||||
}
|
||||
|
||||
.NB-hidden {
|
||||
|
|
|
@ -21,6 +21,9 @@
|
|||
-moz-animation-name: -moz-slow-spin;
|
||||
-moz-animation-iteration-count: infinite;
|
||||
-moz-animation-timing-function: linear;
|
||||
-webkit-transform: translate3d(0, 0, 0);
|
||||
-moz-transform: translate3d(0, 0, 0);
|
||||
transform: translate3d(0, 0, 0);
|
||||
}
|
||||
@-webkit-keyframes -webkit-slow-spin {
|
||||
from {-webkit-transform: rotate(0deg)}
|
||||
|
|
Loading…
Add table
Reference in a new issue