Closed
Description
Motivation
There's quite a bit of confusion over GL JS handling of prefers-reduced-motion
OS option (see #8288 and #8494 for background). Examples: #8716, #8648
Design
From #8494 (comment) by @andrewharvey:
could be we expose some kind of option so the app developer can say if this transition is considered essential or not?
We could add {essential: true}
to animation options (false
by default) that makes it animate regardless of prefers-reduced-motion
. That would allow developers to fully control the experience, marking animations as essential where necessary. cc @arindam1993
Activity