upvote
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.
reply
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"
reply
> 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.

reply
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.
reply
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?"

reply

  defaults write com.apple.universalaccess reduceMotion -int 1 && killall Dock
reply
Point taken and now you both get notifications as well as a pretty bunny icon to click on, to over rule the system settings.
reply