remove "grow-in" animation of header logo and menu

5 replies·opened Aug 16, 2021
J
jcboulayAug 16, 2021

I've looked though the documentation and css and cannot find out how to remove the small animation that happens to the header menu when you load a page. I'd like to just have it static. Any help would be apprecaited!

S
SemiColonWebSTAFFAug 17, 2021

Hello,

Can you please provide us with a Live URL so that we can check out the exact issue and provide you with more assistance on this. Thanks for your Patience.

Meanwhile, do let us know if we can help you with anything else or if you find any further issues with Canvas.

S
SemiColonWebSTAFFAug 19, 2021

Hello,

You can simply set the data-sticky-shrink="false" Attribute on the Header. Example:

<header id="header" class="full-header" data-sticky-shrink="false">

Additionally, you can also consider finding the following code:

.menu-link {
	padding: 39px 15px;
	-webkit-transition: margin .4s ease, padding .4s ease;
	-o-transition: margin .4s ease, padding .4s ease;
	transition: margin .4s ease, padding .4s ease;
}

and replace it with the following code:

.menu-link {
	padding: 39px 15px;
}

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.

J
jcboulayAug 19, 2021

Perfect! Thank-you so much for your help.

S
SemiColonWebSTAFFAug 19, 2021

Very Happy to Help! :)

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

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