Making WordPress.org

Changes between Initial Version and Version 1 of Ticket #5464, comment 18


Ignore:
Timestamp:
02/24/2022 09:37:20 PM (3 years ago)
Author:
tradesouthwest@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5464, comment 18

    initial v1  
    11Replying to [comment:17 tradesouthwest@…]:
    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
    162
    173Maybe: https://www.npmjs.com/package/react-gif-player for GIFs???