You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hide particles when user prefers reduced motion (#16)
Just a thought based on #15.
What if rather than fully remove the particles, we just hide the
particles if the user prefers reduced motion.
I don't have a personal preference regarding the floaty particles. But I
know some people strongly dislike them, and I can see a very valid
accessibility argument.
This is just 'one way' to meet people in the middle, and provide a way
to get rid of the particles.
### Description of Change
a sprinkle of javascript added to the default page template.
- Determine if user prefers reduced motion.
- Toggle the particles based on preference.
#### A Preview

0 commit comments