They link click delay stops the browser from executing the link's
default action, in this case, sliding.But in your case, you don't
actually need the link click delay, because the sliding happens in the
current page (right?). The delay is needed only if the link causes the
browser to load a new page. In that latter case, the delay provides some
time for the tracking to be sent before the new page gets loaded.