Animation and Carousels, by @webaim:
Animation and Carousels, by @webaim:
A11y 101: 2.2.2 Pause, Stop, Hide, by @nattarnoff.bsky.social:
https://tarnoff.info/2025/07/14/a11y-101-2-2-2-pause-stop-hide/
It still surprises (offends?) me that LinkedIn has games.
Which brings me to my latest Stylus style!
img[alt*="Preview GIF"] {
visibility: hidden;
}
Soft spot for interactive elements
I have to admit, I have a soft spot for interactive elements. However, I understand that not everyone experiences the web in the same way. Many people either dislike or get distracted and disoriented by animations that cannot be paused. It's important to me to respect that. That’s where the prefers-reduced-motion media query comes into play. It’s a simple yet powerful way to tailor the experience for those who prefer less motion. How its done I created two classes to either show or […]I have to admit, I have a soft spot for interactive elements. However, I understand that not everyone experiences the web in the same way. Many people either dislike or get distracted and disoriented by animations that cannot be paused. It’s important to me to respect that. That’s where the prefers-reduced-motion media query comes into […]