Firefox – Disable CSS animations on Firefox

cssfirefoxperformance

I found CSS animations to be slow and most of the time useless. They make website feel heavy and laggy especially if I'm already using my CPU for other tasks.

Therefore, I would like to disable CSS animation on my browser to speed things up. The best would be a plugin like noscript or adblock where I can disable/enable for specific website.

Is there anything like that? I want snappy website :).

Best Answer

I end up writing a Firefox extension based on @DavidPostill's comment.

https://addons.mozilla.org/en-US/firefox/addon/no-transition/

The extension let you globally disable/enable CSS transition and animation.

I hop it will be useful for others. The web feel fast again! <3

Related Question