Y
Hacker News
new
|
ask
|
show
|
jobs
by
emptyparadise
1340 days ago
Does `@media` support negation? Could it be better to do something like this:
@media (:not(prefers-reduced-motion)) { .animate-me { animation: pulse 400ms infinite; } }