Animation

8 bookmarks
Newest
Creating Accessible UI Animations — Smashing Magazine
Creating Accessible UI Animations — Smashing Magazine
Animation and accessibility are often seen as two separate powers at odds with one another. How is it possible to strike a balance between elements that move and the possible negative effects they expose to users who are sensitive to motion? Oriana García explains how her team at Mercado Libre tackled the challenge by creating guiding principles for applying animation to user interfaces and incorporating them into the team’s design system.
·smashingmagazine.com·
Creating Accessible UI Animations — Smashing Magazine
Move Ya! Or maybe, don't, if the user prefers-reduced-motion!  |  Web  |  Google Developers
Move Ya! Or maybe, don't, if the user prefers-reduced-motion!  |  Web  |  Google Developers
The prefers-reduced-motion media query detects whether the user has requested that the system minimize the amount of animation or motion it uses. This is for users who either require or prefer minimized animations; for example people with vestibular disorders often desire animations to be kept to a minimum.
·developers.google.com·
Move Ya! Or maybe, don't, if the user prefers-reduced-motion!  |  Web  |  Google Developers
A Guide to Creating Accessible Animations
A Guide to Creating Accessible Animations
Animated interfaces can cause headaches, nausea, dizziness, and other health problems for many people. The most affected groups are people with vestibular disorders, epilepsy, and migraine...
·webdesign.tutsplus.com·
A Guide to Creating Accessible Animations
Accessible CSS Transitions | Chris Bateman
Accessible CSS Transitions | Chris Bateman
Here's a simple example: we want to animate a container open and closed, perhaps as part of an expand/collapse treatment. .acc-demo-1 { height:40px; padding:10px; overflow:hidden; transition:0.5s all; } .acc-demo-1.hidden { height:0px; padding:0px …
·cbateman.com·
Accessible CSS Transitions | Chris Bateman
Animations are fun, but not for everyone » Simply Accessible
Animations are fun, but not for everyone » Simply Accessible
Our Best Practice of the Week (BPOW) looks at an often unknown area of accessibility: animations that have an adverse effect on a variety of people. Recent updates to CSS and JavaScript have made it really easy to implement fun, engaging animations on a web page. Be it CSS transitions or keyframes, or the latest jQuery SVG animation framework, one thing to keep in mind is your animation may make the user uncomfortable.
·simplyaccessible.com·
Animations are fun, but not for everyone » Simply Accessible