I would like to create a blurry effect that will last e.g. 500 ms and then it goes back to normal in some animation that will last e.g. 250ms. So, if the user hover over the link it will animate a blurry/fuzzy effect on this link text and then goes back to normal.
Let’s say I have this code:
<a class="link-to-blurry" href="http://example.com">Text to blurry on hover</a>
Can this be done using jQuery or some additional JavaScript plugin?
You could try something like this:
CSS:
JS: