Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

chrome inspector showing flashing on body tag

I can see in the inspector that the body tag is constantly flashing. I think this happens when the dom is manipulated so when the page is first loaded, all elements flash purple once then settle. For some reason my body tag remains flashing purple indicating it is still being updated.

Any ideas?

enter image description here

like image 447
vincentieo Avatar asked Jun 04 '15 13:06

vincentieo


People also ask

How do I force inspect element in Chrome?

At the top right corner, click on three vertical dots. From the drop-down menu, click on More tools -> Developer Tools. macOS users can use the shortcut – command + option + C and Windows users can use Control + Shift + C.


1 Answers

Like an idiot I forgot I had a slider on the page....constantly updating the dom.

:D

like image 106
vincentieo Avatar answered Oct 25 '22 13:10

vincentieo