2 | | > There is a way to stop svg by hacking the path: |
3 | | > |
4 | | > |
5 | | > {{{ |
6 | | > path { |
7 | | > animation: loop 0s linear infinite; |
8 | | > } |
9 | | > }}} |
10 | | > |
11 | | > I use an Extension (FF, guessing there is same for Webkit) and I added w.org/plugins to my CSS table in the Extension. Of course this only works locally. |
12 | | > |
13 | | > Personally the issue is in need of attention. NOt being one to say less is better but, maybe just plain do not allow animation in plugin assets. After all, they are in violation of WCAG guidlines { 2.3.3 Animation from Interactions (AAA) } and cause those with ADHD to not be able to use page. |
14 | | > |
15 | | > See: https://wordpress.org/support/topic/gif-animation-interfere-with-a-users-ability-to-use-the-whole-page/#post-15401877 |