I have a hover animation on the home page of my site (most popular section)
The problem I am having is that I need the boxes to be clickable AND have a hover to reveal the text.
To my understanding, you cant hover on mobile so I was trying to find a way to make the first tap reveal the text and the second tap trigger the link to a new tab.
I haven’t had much luck so I was hoping that someone could take a look for me!
You can’t add a link on second click using only interactions. Here I want to ask why you want people to click multiple times? I think showing the text is better and faster. People will know what they are going to visit after clicking. On mobile is all about speed.
That makes sense. I just wanted to have the user see the image completely and then choose to click for more. I will probably just rearrange the text out of the way for mobile.
Whenever I take it off of all the mobile devices it takes away the text box entirely, I think since the animation for the homepage has an initial state it is not letting the text box display on mobile at all.