Page 1 of 1

turn :hover interactions into tap interactions.

Posted: Mon Aug 12, 2019 5:43 pm
by ben2018
Here is one suggestion for Pablo.
This is related to hover interactions.
I created a website/portfolio lately
Ok here is the page where I see the problem
http://www.creativeconcepts2019.com/flashpro.html
Images there are gifs.On mouse over animation plays fine in
Firefox,Chrome and Edge on computer/laptop.
Problem is when I see this page on the phone.
There is no such thing as mouse over behavior for phones.
So if you tap on images on the phone that will send you to index page,
no animations at all.
It is possible to turn :hover interactions into tap interactions?
So if I use the phone just using tap in images and animations will start to play.
Thank You

Re: turn :hover interactions into tap interactions.

Posted: Mon Aug 12, 2019 6:11 pm
by Pablo
If you use animations, then JavaScript will be used.
If you set the animation to 'none' then it will use :hover.