Skip to content

Files

Latest commit

 

History

History
11 lines (11 loc) · 670 Bytes

92.md

File metadata and controls

11 lines (11 loc) · 670 Bytes
title date submitter number tags discussion
I want control over when specific elements are painted
2019-11-26 22:08:12 UTC
Dzmitry Shymkin
92
rendering
javascript

Normally the browser paints things on the screen as soon as they are ready. It often results in visual junk when the page consists of multiple components that have their own rendering lifecycle. I would like to have an ability to control when certain elements should be painted. Ideally I should be able to specify what ares of the screen should be updated together and what areas of the screen can be updated separately.