Longer timeout for hover in superfish

Fixes #898 by keeping the popup there for 400ms before hiding it

Thanks, Orlando!
This commit is contained in:
Eric Allen 2010-04-02 20:21:57 -04:00
parent c79d1c964a
commit f67dd416d1

View file

@ -5,7 +5,7 @@
var cfg = {
sensitivity: 7,
interval: 100,
timeout: 0
timeout: 400
};
// override configuration options with user supplied object
cfg = $.extend(cfg, g ? { over: f, out: g } : f );
@ -81,4 +81,4 @@
return this.mouseover(handleHover).mouseout(handleHover);
};
})(jQuery);
})(jQuery);