Hello,
I am testing a new website with a touch tablet (Surface Pro 4 and windows 10)
The menu works fine except that the sub menus disappear too quickly in “touch mode”.
How can I increase the display time for sub menus?
Thanks
John
Hi,
Open js/avia.js and look for line 1033:
delay:300
Replace it by this:
delay:800
Regards,
Josue
Thank you,
These seems to only affect the mega menus. Is that correct? Can the entire menu be delayed to 800?.
Not necessarily, did you test it?
Regards,
Josue
I tested it yes. I appeared to increased the time it took to activate the sub menu instead of increasing the display time of the sub menu.
Ok, try changing this line (1187) instead:
item.stop().css('display','block').animate({opacity:0},300, function()
To:
item.stop().css('display','block').animate({opacity:0},800, function()
Best regards,
Josue