Disable menu animation

2 replies · opened Apr 24, 2019

Eenero_55Apr 24, 2019

Hello,
We want to use the menu "Style 1" but without any animation. However, we are having difficulties disabling the animations completely. How should this be done?

SSemicolon WebSTAFFApr 24, 2019

Hello,

Consider using the following code:

#primary-menu ul li > a,
#primary-menu ul ul li > a {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Eenero_55Apr 24, 2019

Thanks for your quick reply!

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard