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
You can add onclick="" to hovered element. Hover will work after that.
onclick=""
Edit: But you really shouldn't add anything style related to your markup, just posted it as an alternative.