Results 1 to 2 of 2

Thread: jQuery Drop Line Menu: flickering dropdown

  1. #1
    Join Date
    Feb 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default jQuery Drop Line Menu: flickering dropdown

    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?

  2. #2
    Join Date
    Feb 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    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

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •