stdlib-js / www

Website for stdlib, a standard library for JavaScript and Node.js.
https://stdlib.io
Apache License 2.0
6 stars 8 forks source link

[RFC]: add support for `prefers-reduced-motion` media query to disable animations #25

Closed kgryte closed 2 years ago

kgryte commented 2 years ago

Description

This RFC proposes adding support for prefers-reduced-motion media query to disable animations. Animations can cause physical discomfort for some people, and we should respect user preferences in this regard.

In particular, this applies to the API docs side menu where we use animation for sliding out the drawer and for collapsing/expanding namespaces.

Related Issues

No.

Questions

No.

Other

No.

Checklist

Planeshifter commented 2 years ago

Implemented per c0198595aa6f636eba7a70eaae54c2b72ecbb021.

kgryte commented 2 years ago

@Planeshifter Can we go ahead and close this? Or is there more work to be done?

Planeshifter commented 2 years ago

Yes! Should be done.