Menu hover animation effect CSS3/jQuery [on hold]


Menu hover animation effect CSS3/jQuery [on hold]



I've been trying to find a way of achieving this in CSS but I've been unable to crack it. Anyone know how to achieve this effect when you hover on menu items? I.e line linking the two menu items



Sample menu hover effect



Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.





That’s likely going to need some dynamic calculation of element positions, to be able to “draw” the lines in the right places. However, this is way too broad - so I would suggest you go do some (proper) research of how to get those lines implemented to begin with (not including the “on hover” part yet) - people have asked about similar stuff in the past when it comes to drawing family trees or other kinds of such “linked” structures.
– CBroe
Jun 29 at 10:26





Comments

Popular posts from this blog

paramiko-expect timeout is happening after executing the command

Possible Unhandled Promise Rejection (id: 0): ReferenceError: user is not defined ReferenceError: user is not defined

Opening a url is failing in Swift