codehike
codehike copied to clipboard
Comply with prefers-reduced-motion
I was glad to find this issue because it's something I've been thinking about as well
maybe a <CH.ReducedMotion fallback={<Element>}> that displays instead of children if wrapped around some other <CH> blocks?
I wonder how i could pass an <Element> as a fenced code block though..
My idea is to provide a "reader mode" static version for most components, then display that version for print, small screens and reduced motion media queries.