codrops/LineMenuStyles

Please help to produce the effect on hover.

atullal opened this issue · 1 comments

I love the effect of valentine but wanted to get the same on hover not on click..... please help me with this...
Thanks in advance

Just for the sake of providing an answer to an old question: From an usability point of view, I really believe that triggering that mentioned effect through a hover event is perhaps a really bad idea. The effect itself is very distracting and shouldn't be triggered every time the user hovers a link but just when a link gets clicked. Being said that, there's a JS which handles the click events assigning and removing classes accordingly. Just change that code and attach the functions to a mouseover event instead of a click one