Smooth Moves: Rendering at the Speed of Right ® (Chrome Dev Summit 2018)

preview_player
Показать описание
Follow us as we refactor a microinteraction to unblock threads, unblock users, and crank it up to 60fps. Once the site’s resources have been delivered quickly, how do we ensure that we keep that high bar for performance? We need to understand rendering and interaction within the page.

event: Chrome Dev Summit 2018; re_ty: Publish; product: Chrome - General; fullname: Jason Miller, Adam Argyle;
Рекомендации по теме
Комментарии
Автор

Thanks for this talk, the "read.then(write)" part was really good, but at the moment the "Lazy Wins" (scrolling) aren't supported by all browsers

Kdev
Автор

I know this isn't what this talk is about, but can you tell me how you achieved this input field that stays above the software keyboard in 2:05?
I always thought that was impossible.

Pesthuf
Автор

Great one! I'm sure my web apps will feel a lot smoother after I remove some of them smells. I was specially bamboozled by the innerText read problem, so common to see it being used for trivial tasks that don't involve layouts.

netd