Remix.run Logo
TurkTurkleton a day ago

Cute (and I mean that sincerely, not sarcastically), and I appreciate that it appears to gracefully degrade for `@media (prefers-reduced-motion: reduce)`, but for the demo site, it would probably be a good idea to allow the user to override that without having to change their system settings, or at least alert them that they won't see the animations.

zdragnar a day ago | parent | next [-]

I'm glad I read your comment, I missed that it intentionally gracefully degraded and assumed it was broken, as I'd forgotten I'd set that.

lopis 8 hours ago | parent | prev | next [-]

Would also be trivial for the author to add a warning for users that have that setting enabled. Something like "Heads-up: you have requested reduced motion, and this library disabled animations as per your request"

akazantsev 6 hours ago | parent [-]

> Would also be trivial for the author to add a warning for users that have that setting enabled. Something like "Heads-up: you have requested reduced motion, and this library disabled animations as per your request"

They already do exactly this. The commenter wants a switch to force animations anyway, so he can check the demo without changing system settings.

TurkTurkleton 4 hours ago | parent [-]

At the time that I viewed it yesterday, there was no indication that it respected the "prefers reduced motion" setting, so I was very underwhelmed at first until I remembered I had that turned on.

momojo 21 hours ago | parent | prev | next [-]

PSA: Apple menu > System Settings > Accessibility > Motion

These cool demos come up now and again and it always takes me a minute to remember I have reduced motion. But for that minute I was disappointedly clicking around thinking "Whats the big deal?"

diimdeep 4 hours ago | parent [-]

  defaults write com.apple.universalaccess reduceMotion -int 1 && killall Dock
baldvinmar 17 hours ago | parent | prev [-]

Point taken and now you both get notifications as well as a pretty bunny icon to click on, to over rule the system settings.