I want to shorten the delay time when you place your cursor over a drop down menu. I think it takes too long to appear. in the "thematic-dropdown.js" file I found the delay on mouseout attribute, but that controls how quickly it disappears when you remove the mouse from the menu. How can I shorten the delay for it to appear?
ThemeShaper Forums » Thematic
Increase Drop Down Menu Speed
(4 posts)-
Posted 3 years ago #
-
Hi,
the animation itself is already running with the option 'fast'. You could try to tweak the interval for the mouseOver in hoverIntent.js. You can get the full Superfish package here: Download & Support.
Cheers,
Chris
Posted 3 years ago # -
Thanks for the input, Chris! I found that when I tweak with the "interval" value in "hoverintent.js" it affects the delay of how quickly the menu appears.
(function($){$.fn.hoverIntent=function(f,g){var cfg={sensitivity:7,interval:100,timeout:0}I changed the default value of "100" to "1", and it appears almost instantly. Likewise, when I changed it to "900" it took a long time for the menu to appear.
Posted 3 years ago # -
Thanks for the detective work. I changed the value to 1 as well and it pops right up after that.
cheers
Posted 2 years ago #
Topic Closed
This topic has been closed to new replies.