I\'ve had a look around but can\'t quite find what i\'m looking for.
I currently have a css animation on my page which is triggered by :hover. I would like this to c
document.addEventListener("touchstart", function() {}, true);
This snippet will enable hover effects for touchscreens