I create a disable-animations.css with the following:
* { -webkit-transition: none !important; transition: none !important; }
I include this file at the end of everything.
If you need to disable certain controls, use:
disable-animation, disable-animation *, .disable-animation, .disable-animation * { -webkit-transition: none !important; transition: none !important; }
Eduardo cuomo
source share