Skip to content

Runtime prefers-reduced-motion changes are not observed #3

Description

@quitequinn

REDUCED is snapshotted once at construction (src/core/threadText.ts ~146). Toggling the OS reduce-motion setting after mount has no effect until remount; the React hook only remounts on the explicit reducedMotion prop. Suggested: add a matchMedia('(prefers-reduced-motion: reduce)') change listener that updates the flag (and clean it up in destroy()).

Severity: Minor (accessibility)

Metadata

Metadata

Assignees

No one assigned

    Labels

    reviewPanel review finding

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions