79534663

Date: 2025-03-25 19:28:06
Score: 1.5
Natty:
Report link

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

Reasons:
  • Blacklisted phrase (1): youtube.com
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: tobiasBora