Answer the question
In order to leave comments, you need to log in
Does the browser render elements hidden by overlay elements?
There is a rather complicated (for rendering) page. A panel appears on top of it, covering 100% of the page with opacity: 1 (the final fade-in stage). But this panel draws another equally complex UI.
Question: will the browser burn the CPU by rendering everything that is hidden under the panel? Or do you need to cut the main content from the DOM at the time the panel is displayed? Can this be checked somehow?
Thank you!
Answer the question
In order to leave comments, you need to log in
Elements with "display:none;" style will not be rendered until they are called.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question