MacOS: Settings > Accessibility -> Select Motion -> Reduce Motion.
.bar {
animation-name: skew;
}
@media screen and (prefers-reduced-motion) {
.bar {
transition: none;
}
}
MacOS: Settings > Accessibility -> Select Motion -> Reduce Motion.
.bar {
animation-name: skew;
}
@media screen and (prefers-reduced-motion) {
.bar {
transition: none;
}
}