6 ms·
I really miss hover effects on mobile, wish there was a way for this !
by Rugu16 2y ago
I really miss hover effects on mobile, wish there was a way for this !
- Cthulhu_ 2y agoThere were / are / will be devices that support detecting hovering a finger or stylus away from the screen, so engineering-wise it's possible; it's just not included in the UX guidelines for the respective platforms.
- bauerd 2y agoIt could also be implemented with eye tracking.
- rererereferred 2y agoYou can use :active, which should work when you press the button. You can still move your finger and release outside the button to avoid the interaction. The only problem is the finger covering the effect.
- wruza 2y agoShort-press and scroll a little, this usually starts :hover mode. You’ve probably seen it accidentally triggering previews on various video platforms. It works in TFA.