alright i have to ask.. 👁 wheres everyone get that crt tv scan lines effect from? the only code i found on google was too flicker-y/headache inducing 🤧 the one that i see the most is way more subtle
If I could add a recommendation: put it inside of a media query (@media only screen and not (prefers-reduced-motion: reduce){} ) so the CRT effect won't be present for folks who've opted to enable reduced motion. That can make a huge difference for accessibility.
i have one on my site https://pastebin.com/N4uKpWLs you can adjust the colors and opacity
TYSM!!
If I could add a recommendation: put it inside of a media query (@media only screen and not (prefers-reduced-motion: reduce){} ) so the CRT effect won't be present for folks who've opted to enable reduced motion. That can make a huge difference for accessibility.
seconding owl's comment, I would also make sure to give people the option to just turn it off, and have that be easy to find