To pause all CSS transitions/animations and others Web Animation API, do:
document.getAnimations().map(x => {console.log(x); x.pause()})
See a demo in https://www.youtube.com/watch?v=qeoCpAjdgrI