I've finished my responsive site and now I'm in the testing phase on phones and tablets. But I came across extremely nasty browsing on mobile phones and tablets, because the :hover
effects I put in are messing up when I slide my finger on the handsets. The effects are triggered when given a touch to scroll through the page.
The effects I have ( :hover
) on the site and would like to disable on screens smaller than 768px (I already have a breikpoint @media queries at this point) are?
-webkit-transform:scale(1.1);
-webkit-transition: all .2s ease-in;
Thank you for some help.