Log in

View Full Version : jQuery Drop Line Menu: flickering dropdown



TSemmes
02-19-2010, 04:17 PM
The dropdown menu from jQuery Drop Line Menu is working really well except for one thing. If the user moves the mouse too quickly from one main link to the next it starts a flickering dropdown menu like it is quickly running through all the dropdowns at once. Has anyone seen this problem? Is there a fix?

TSemmes
02-26-2010, 02:51 PM
Well I found my own fix for this. So I thought I would share it here.
I just changed the line in droplinemenu.js from:
animateduration: {over: 200, out: 100},
to:
animateduration: {over: 20, out: 10},

the quicker animation prevented the flickering dropdown menus when moving the mouse quickly from link to link