Has anyone dealt with solving CLS in PageSpeed Insights?
Can't seem to grasp my head around it π€ the divs don't have set heights or widths, so won't they always be "pushing" the content around to CLS despair?
Ddi you try removing the fade-in animations on the text/link items? As far as I know css transitions should not impact the CLS but it's worth the try?
I'm like you, I don't think animations have any particular effect on CLS.
It's the box that holds the space that hasn't got a fixed value from the start that has CLS scratching its head.
If I'd give it a height and width, I think it's a problem solved.
But the align-center, margin-top isn't really supposed to have height and width π€·
But! I'll try it πβ
Ye indeed, wel another thing could be because of the video and tracking scripts, the css file takes longer to load thus making it jump when its get loaded.