Looking to add a transition effect to my WordPress menu item by including an icon on hover...
Successfully tested this with a word and it's working well...
.academy .avia-menu-text:hover::before {
content:'Now ';
transition:all 3s;
-webkit-transition:all 3s;
}
However, the transition isn't as smooth as desired. Need help achieving a smoother fade in effect. Check out testfile for reference.