acmcsufoss / fullyhacks

🐘 FullyHacks hackathon event, an ACM at CSUF production.
https://fullyhacks.acmcsuf.com/
MIT License
8 stars 7 forks source link

Respect users who prefer reduced motion #3

Closed EthanThatOneKid closed 1 year ago

EthanThatOneKid commented 1 year ago

I love the animations!

With that being said, can we turn them off for users who prefer reduced motion?

@media (prefers-reduced-motion) {
  /* styles to apply if the user's settings are set to reduced motion */
}

References

anhduy1202 commented 1 year ago

PR #4