ciar4n / imagehover.css

Pure CSS Image Hover Effect Library
http://imagehover.io
MIT License
1.8k stars 234 forks source link

How can I make CSS hover effects touch-friendly? #10

Closed vmcosta closed 5 years ago

vmcosta commented 8 years ago

Great stuff, I'm just having a small big issue, it works great on desktop devices, but on mobile ones the hover effects do not trigger, any way to achieve that?

Thanks

ciar4n commented 8 years ago

Hello

Presuming your device allows touch to hover. You should be able to touch your images to trigger the hover effect?

Ciarán

C-Lodder commented 5 years ago

Touch devices do not use a mouseover/mouseenter/hover event listener. You'll need to "tap" on the image to trigger this.