-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable gpu acceleration for compositing #2
Comments
@DavidSouther, thanks a lot for the posting issue and fix for that) |
It's not that easy to apply this fix to our dashboard because of the way we use background-attachment: fixed. But we need to think about some solution indeed |
Closed by 3f8d5b4 |
We removed |
But if @DavidSouther has any other suggestion how we can fix scrolling performance and keep Blur effect, we would be very thankful :) |
Haha :) Thanks again! |
The scroll is still sluggish. I think this issue should remain open till it's somehow fixed. |
@DmitryEfimenko unfortunately I don't see any option how could we improve the performance, but we're working on it. But in the meantime you could check out mint branch where we develop dashboard without "blur effect" and in pastel colors |
…ew problem solution step akveo#2 after 1) npm install 2) gulp serve
Currently, you use
background-attachment: fixed
onbody.badmin-transparent .panel.panel-blur
, which murders your framerate when scrolling (80ms is ~12fps). Consider fixing with http://fourkitchens.com/blog/article/fix-scrolling-performance-css-will-change-propertyThe text was updated successfully, but these errors were encountered: