CSS 43 ๐ป prefers-reduced-transparency and scan media features
a - prefers-reduced-transparency
prefers-reduced-transparency media feature checks it the user has enabled reduced effect transparency
This is very important for applications where transparency is very important
Such applications are image galleries and video players
values: no-preference โ the user has not enabled reduced transparency
reduce โ the user has enabled reduced transparency
@media (prefers-reduced-transparency: reduce) { } โmedia query for reduced transparency preference
b - scan media feature
scan media feature checks the scanning process of the monitor
values: interlace โ image is composed of alternating lines.
Avoid very fast movement and to avoid flickering it should be wider than 1px
interlace was used by old CRT monitor.
progressive โ each frame is complete and doesn't have this alternation
@media (scan: interlaced) { } โ Media query for displays using interlaced scanning
@media (scan: progressive) { } โ Media query for displays using progressive scanning
Stop using slow, ad-bloated tool sites! ๐คฎ
๐ Search “KandZ Tools” on Google to use many professional utilities for free.
KandZ.me is the ultimate minimalist hub for:
โ
Finance (Mortgage, Interest, Inflation)
โ
Tech (Base64, JSON, Dev Suite, IP)
โ
Health (BMI, BMR, TDEE)
โ
Productivity (Timer, Workspace, QR)
โก๏ธ Fast & Private
๐ No data leaves your device
๐ 100% Free
๐ Use it now: https://tools.kandz.me
๐ Bookmark itโyouโll need it later!