Hi
I’m creating a interaction hover effect page as described in this training
https://www.youtube.com/watch?v=4hym1nbqua8
The question is what can I do in the mobile sine there is no “MouseIn” on mobile
any suggestions?
Thanks
Danny
Hi
I’m creating a interaction hover effect page as described in this training
https://www.youtube.com/watch?v=4hym1nbqua8
The question is what can I do in the mobile sine there is no “MouseIn” on mobile
any suggestions?
Thanks
Danny
Hey
There is no support for animations on mobile at this point at all. On mobile you will have to use click as mouse over och in / out is not supported on touchscreens.
can the mobile code be edited separately?
So maybe i can have hover on desktop and click on mobile?
You can use the wix-window formFactor property to check if the site is being viewed in desktop or mobile.
Hey Danny, I recently did a hover effect. On the mobile you have to tap the image for the hover effect to appear. So I added a text box for that instruction on the desktop view and hid it behind an image. Then on the mobile view moved it up to sit up above the “hover” images so viewers know to tap. Hope that helps