Adding css animation on dropdown menu
-
Hi, is it possible to add animation to the main nav using the code below?
Been trying to do it but I can’t seem to figure out how to target the menus.
Thanks!li:hover > ul{ display:block; -moz-animation: fadeIn .3s ease-in ; -webkit-animation: fadeIn .3s ease-in ; animation:fadeIn .3s ease-in ; } ul li:hover > ul{ display:block; -moz-animation: fadeIn .3s ease-in ; -webkit-animation: fadeIn .3s ease-in ; animation: fadeIn .3s ease-in; }
I can’t put a link because I am editing the site with a localhost.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Adding css animation on dropdown menu’ is closed to new replies.