jquery delay a link from being followed
- by Dan Sinker
I have a short css-based animation that I want to play out before a link is followed (a card that swooped in on page load swoops out after click). Currently, however, the page called loads too quickly. I want to be able to briefly delay the href from being followed.
Here's what I've got:
$(document).ready(function() {
…