I'm just wondering if there's a way to add a few milliseconds of delay on showing the nav drop down menu when the user hovers on the parent nav link?
I want this to be applied on the 'Features' nav menu. We just feel that it is very mouse sensitive to accidental hover when the user navigates on the webpage so we feel that adding a bit of a delay on showing it would help.
Hi,
I'm just wondering if there's a way to add a few milliseconds of delay on showing the nav drop down menu when the user hovers on the parent nav link?
I want this to be applied on the 'Features' nav menu. We just feel that it is very mouse sensitive to accidental hover when the user navigates on the webpage so we feel that adding a bit of a delay on showing it would help.
Hello Kier de Dios ,
Thanks for writing in.
Unfortunately, we do not have the feature now but we will add it to our wishlist for our next updates.
Thanks.
You can do this using the CSS transition delay, if you know how to use CSS ofcourse;
CSS transition-delay Property (w3schools.com)