If I would like to make an animation when a user hovers their mouse over an <a>
tag, all I need is :hover
.
However, if I want to do something when the user gets their mouse off of the <a>
, the rules will apply. I do not want the animation to play before you hover, as in a { animation: name 1s linear reverse }
, but I want it to play ONLY after the user stops hovering.