Jquery fade-in fade-out effect to main menu mouse hover Home › Forums › Projects › Jquery fade-in fade-out effect to main menu mouse hover Tagged: Jquery fade-in fade-out effect to main menu mouse hover This topic has 1 reply, 2 voices, and was last updated 9 years, 2 months ago by Bryan Hadaway. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts July 18th, 2015 at 12:23 PM #3720 AnonymousInactive Hello Bryan Sir I am working on project http://rightwaytutors.in/ using Grounwork theme of WorPress. My client want jquery fade-in fade-out effect to main menu mouse hover. Any idea kindly suggest me.. Regards Parth Ranjan July 18th, 2015 at 6:02 PM #3723 Bryan HadawayKeymaster Actually, we can get away with this more easily using CSS3. #menu nav ul li a { transition: opacity 0.25s ease-in-out 0s; } #menu nav ul li a:hover { opacity: 0.5; } That’s the gist of it and you can change up the settings from there. Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In