🐦 @ashkyd
fast GIFs can give me an epileptic fit
I love what you do, but
Texas grand jury charged a man with
after tweeting a flashing GIF designed to trigger epilepsy
Tell me your customs
G19: Ensuring that no component of the content flashes
more than three times in any 1-second period
G176: Keeping the flashing area small enough
G15: Using a tool to ensure that content does not violate the
general flash threshold or red flash threshold
@media (prefers-reduced-motion: reduce) {
.animation {
animation: none;
}
}
const prefersReducedMotion =
window.matchMedia("(prefers-reduced-motion: reduce)")
.matches;
😮
😕
type
cellular, ethernet, wifi
effective type
slow 2g, 2g, 3g, 4g
// bluetooth, cellular, ethernet, mixed, none, other,
// unknown, wifi, wimax
navigator.connection.type
// slow-2g, 2g, 3g, or 4g
navigator.connection.effectiveType
🐦 @ashkyd
🎉
🐦 @ashkyd
🐦 @ashkyd