this is fun
a little pop here
and a little pop there
here a pop
there a pop
everywhere a pop pop
These animations trigger no CLS because the text nodes are already in the DOM on page load and the space for the elements is painted. However, if the text nodes are added to the DOM programatically after page load via JavaScript and then animated, CLS will be detected.
Read the full article