Archived topic
Hover Time Dropdown
20 replies · Started by Anonymous on August 18, 2016
I'm not too sure what you mean by animation? Can you link me to your site?
Hi Stacey,
Well I mean the hover transition. I cannot link you to my website, I'm working on localhost sorry.
Thanks,
Ivan
Link transitions in GP can be removed like this:
a {
-webkit-transition: all 0s ease-in-out;
-moz-transition: all 0s ease-in-out;
-o-transition: all 0s ease-in-out;
transition: all 0s ease-in-out;
}
Thanks again, Tom!!
You're welcome :)
Just a heads up that this jQuery function has been removed in GP 2.0 (being released this week).
The sub-menu uses CSS now, so it’s easier to adjust. Here’s an example: https://generatepress.com/forums/topic/disable-menu-animation-on-hover/#post-436051