Disable CSS transitions and animations… temporarily or permanently!
There’s a fairly easy way to diable all transformations, transitions and animations introduced in CSS3, which often are being used in a nasty way, just as Flash animations were used ten years ago and as .gif
images were used twenty years ago.
This can be done purely in CSS, when disabling them permanently or with a little bit help from Javascript (actually jQuery or Zepto), when willing to disable them just for some time or event.
This article also show how to set styles for absolutely every element in document.
Read More “Disable CSS transitions and animations… temporarily or permanently!”