2
I have a problem, in smartphone css3’s Hover is not recognized (or better, it takes about 5 seconds to be recognized), and I wanted to make an interactivity with the photos of my app, as I can not use the Hover I’m lost, I don’t know what to do, but the solution would be to enlarge the image (or make other effects) when the user clicks/presses (n)it.. But I don’t know how to do it, I tried a little using Jquery but I couldn’t, I won’t post code because I don’t have it.. I can put the photo anyway, whether as image or background.
Hello, what code are you using?
– PauloHDSousa
for this none, I just assembled a template page with html, css style and two javascript, one for the menu and one for a back to top button, besides jquery completeness.. So with everything ready I put the image and try to make this effect, I was using the
-webkit-transition: all .4s ease-in;
and the-webkit-transform: scale(1.5);
for transition and scale respectively worked only with Hover (with a bug), but for smartphone I need to use when clicking, hence the confusion came, I tried to do the same with the menu but did not give..– Leonardo