Closed (fixed)
Project:
SimpleMenu
Version:
6.x-1.9
Component:
SuckerFish/SuperFish (Javascript)
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
27 Jan 2012 at 18:23 UTC
Updated:
11 Feb 2012 at 21:00 UTC
I see that the submenu drops down after a short delay, even when all effects are disabled.
is this normal, and how can this be made instant.
Thanks
Comments
Comment #1
AlexisWilke commentedWhat browser and under which OS are you?
There is certainly a little delay between putting the mouse over the menu dropdown and the time the dropdown is fully open, but in my case that's still very fast!
Thank you.
Alexis Wilke
Comment #2
Yuri commentedI'm using Chrome, latest version, but ive tested it with other browsers too.
I want the dropdown to be instant, it takes about a quarter of a second in my menu. I find it annoying, because in that quarter of a second people are more likely to click on a menu instead of seeing the child items before they click.
For me its a reason not to use SimpleMenu, so I hoped it could be solved.
Comment #3
AlexisWilke commentedYuri,
On line 280 you have the effectSpeed. We allow 'fast' and 'slow' which is what animate() allows and superfish uses that function.
Replace that line with a speed of 1 like this:
I guess I could look into adding that in the administrative screen. It should be easy enough...
Thank you.
Alexis Wilke
Comment #4
AlexisWilke commentedOkay, I checked in a new option "Instantaneous" for the "Show speed" option.
I suggest you use None as the animation effect too.
It will appear in 6.x-1.10 when I create that, in the mean time, use 6.x-1.x.
Thank you.
Alexis Wilke