-
Notifications
You must be signed in to change notification settings - Fork 238
CSS Transform вместо top/left #92
Comments
Не думаю, что лаги связаны именно с этим - там больше вероятность bottle neck в цикле в 300мс |
Я это просто к тому, что это работает быстрее в любом случае http://www.paulirish.com/2012/why-moving-elements-with-translate-is-better-than-posabs-topleft/ Я говорю даже не о конкретном лаге скролла или его элементов, а про просадки фпс на тяжелых страницах |
@gromo what about https://medium.com/@paul_irish/requestanimationframe-scheduling-for-nerds-9c57f7438ef4#.t1zs6slz7 (replace 300ms cycle) with detach rAF callback on element destroy, or it'll would be better if this plugin will have an option what method it should use (like |
@Evangeline-Rei |
@arturparkhisenko |
@gromo about
|
I'm going to update andSelf to addBack. Thank you for your report. I think it's better to change this line directly in your JS file for now. |
@gromo found in https://code.jquery.com/jquery-migrate-3.0.0.js
|
Как насчет замены способа позиционирования скроллбара на css transform (translateX/translateY) вместо свойств top/left для браузеров, которые поддерживают css transform?
Как в тех же образцах
http://darsa.in/sly/#!examples
http://darsa.in/sly/examples/fullpage.html
В каких-то местах это может уменьшить количество лагов
The text was updated successfully, but these errors were encountered: