Hello all,
Is there a way to change the sensitivity of the menu? When a sub menu comes out it takes a few mili seconds (or something like that) to disappear when leaving the menu.
Thankss
Hello all,
Is there a way to change the sensitivity of the menu? When a sub menu comes out it takes a few mili seconds (or something like that) to disappear when leaving the menu.
Thankss
Still can't find it. Anyone?
Thanks
Hey,
you can adjust the delay in js/avia.js. Open up the filew and search for:
var defaults =
{
modify_position:true,
delay:300
};
You can increase/decrease 300 and change it to any other value. You can also try adjust the timeout value a few lines below:
sublist.css({visibility:'hidden'});
});
},500);
At the moment it's set to 500ms = 0,5 seconds.
THanksss
Hey!
Glad that I could help you :)
Best regards,
Peter
You must log in to post.