Skip to content

prefers-reduced-motion #722

@dgrahn

Description

@dgrahn

Hi all!

While exploring OpenSpec, I noticed that there's a pretty strong animation at the start of openspec init. As someone who lives in a household full of medically complex people, I'm pretty tuned into accessibility challenges. I noticed two challenges with this animation:

  1. Flashing -- flashing elements can be a seizure trigger. The flashing occurs on the top- and bottom-left of the interface where the cursor is clearing.
  2. Animation -- animated elements can trigger nausea, create sensory overload, etc.

While it is technically possible to check the system-level motion preference, I'm not sure that this is something which is suitable for a CLI tool. I'd propose one of two changes:

  1. Remove the animation, replace with cool static-art.
  2. Add a --no-animation flag to the CLI which allows users to disable the animation.

I know requests like this can sometimes feel small and silly, but it makes a real difference in the lives of people who use tools. Thanks for considering!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions