25. Accessibility
Animations can be a problem for people with disabilities. That is why it is important that they play unless the user says otherwise. In CSS we have the prefers-reduced-motion media feature.
@media (prefers-reduced-motion: no-preference) {
/* ALL animations will go here */
}
You can automate the process with a Sass mixin.
This work is under a Attribution-NonCommercial-NoDerivatives 4.0 International license.
Desafíos de programación atemporales y multiparadigmáticos
Te encuentras ante un librillo de actividades, divididas en 2 niveles de dificultad. Te enfrentarás a los casos más comunes que te puedes encontrar en pruebas técnicas o aprender conceptos elementales de programación.
Buy the bookWill you buy me a coffee?
This is how I keep writing without ads or paywalls.
Sure, it's on me!
Comments
There are no comments yet.