Adding translate3d for better scrolling performance on blurblogs on the iphone.

This commit is contained in:
Samuel Clay 2012-07-01 10:42:27 -07:00
parent 219324e113
commit 232d98cf55
3 changed files with 10 additions and 5 deletions

View file

@ -2579,6 +2579,8 @@ background: transparent;
border-left: 1px solid #9B9B9B;
padding: .5em 2em;
margin: 0px;
font-size: .9em;
line-height: 80%;
}
.content-pane .feed_counts_floater {
@ -5763,7 +5765,6 @@ 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)}

View file

@ -7,7 +7,6 @@ body {
font-size: 13px;
line-height: 18px;
margin: 0;
-webkit-transform: translate3d(0, 0, 0);
}
.NB-hidden {
@ -33,6 +32,13 @@ body {
padding: 2px 9px 2px;
}
blockquote {
background-color: #F0F0F0;
border-left: 1px solid #9B9B9B;
padding: .5em 2em;
margin: 0px;
}
/* ========== */
/* = Layout = */
/* ========== */
@ -178,6 +184,7 @@ header {
border-top-left-radius: 6px;
border-top-right-radius: 6px;
overflow: hidden;
-webkit-transform: translate3d(0, 0, 0);
}
/* ===================== */

View file

@ -21,9 +21,6 @@
-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)}