Perf UX : reduce page paint on scrolling, due to fixed header element union with progress bar

Should provide some performance improvement for scrolling on chrome
The fixed header and the fixed progress bar on both ends  of the screen will invoke a complete visible page redraw.

For whatever reason this css should make things better for low performance devices. only tested on chrome superficially.
This commit is contained in:
lidlanca 2015-01-26 20:47:43 -05:00
parent 497042ddf2
commit 0ffea11ccb
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
.docked & {
position: fixed;
backface-visibility: hidden; /** do magic for scrolling performance **/
}
.contents {