Is there a quick way to disable all animations on one page on my site?
I have loads of text and images sliding in on scroll, and I was hoping to find a quicker way to disable them all in a click or two. Rather then going through one and one to disable the animations.
in Navigator tab, select the Body, then browse the DOM using topological navigation: Hold ⌥ (Alt, Option) down and repeatedly press ↓. It will go through the entire DOM tree, unfolding everything in vertical order only, so you won’t miss a single element. Every time you see a (lightning) icon on the line of the element, there’s an IX linked. Nuke them one by one, it’s not too long to do.
Topological nav is useful to also spot elements linked to anything CMS.