How can I tell when the browser stops repainting DOM layers/nodes because they are obscured?
- 阅读更多 关于 How can I tell when the browser stops repainting DOM layers/nodes because they are obscured?
问题 Identification: I'm looking at all possible solutions for detecting when the FPS drop or the repaints/reflows stop happening in a browser due to the browser optimizing performance because an area of the document is out of view. Observation: So far most native HTML/JS solutions I have researched do not take into account the portion of the DOM, which has been obscured by other pieces of the page, or DOM which is below the fold. While sometimes content will be directly embedded in the parent