turn :hover interactions into tap interactions.

Issues related to hyperlinks and web site navigation.
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/links.html
Post Reply
ben2018
 
 
Posts: 5
Joined: Sun Sep 23, 2018 7:21 pm

turn :hover interactions into tap interactions.

Post 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
User avatar
Pablo
 
Posts: 21578
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: turn :hover interactions into tap interactions.

Post by Pablo »

If you use animations, then JavaScript will be used.
If you set the animation to 'none' then it will use :hover.
Post Reply