KandZ – Tuts

We like to help…!

CSS 31 ๐Ÿ’ป any-hover and any-pointer media features

a -  any-hover media feature

any-hover can be used to detect whether a pointing device(mouse) can hover over elements
values: none โ†’ there is no pointing device that can hover
hover โ†’ pointing device that can hover
syntax โ†’ any-hover: none | hover;
Desktop browsers have a pointing device
Mobile browsers with touch input, there might be no any hover effect
@media (any-hover: none) โ†’ applies to devices with no hover effect


b - any-pointer media feature

any-pointer can be used to detect whether a pointing device is available
Such devices are a mouse or a touch screen
values: none โ†’ no pointing device are available
coarse โ†’ pointing device with limited accuracy
fine โ†’ pointing device with fine accuracy
Desktop browsers have a pointing device
Mobile browsers with touch input, there might be no any pointer available
@media (any-pointer: none) โ†’ applies if no pointing device is available

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!

Leave a Reply