Play/Pause All CSS Animations on a Page Using DevTools Console
A quick tip showing you how to view and manipulate all CSS Animations on a page using Console in DevTools.
A quick tip showing you how to use document.getAnimations() to view and manipulate (play/pause) all CSS Animations, CSS Transitions, and Web Animations on a page using Console in DevTools.
It can be helpful when you're working on a page with a large number of animations or if you want to stop all annoying animations on a page you're reading.



