How to remove mobile menu sliding animation?

Posted in: Newspaper
Post count: 16

I don’t like the sliding animation for menu and search in mobile and would like to remove it.
Do you have custom code to do that?

A good example here: beebom.com

Post count: 35449

Hi,

I checked the sliding animation for menu on mobile, and is look like you succeed to remove sliding animation.

Thank you!

Post count: 108

Hello calin

I want to remove sliding animation for menu on mobile, what menu does he use on that site? I am curious..

Thank you

Post count: 16

Hello, no that is not my website, I was showing it as an example. Here is our website: http://www.investingsimple.blog

Post count: 35449

Hi,

You can try this custom css to remove the animation from mobile thme
.td-menu-background, #td-mobile-nav, .td-menu-mob-open-menu #td-mobile-nav, .td-search-background, .td-search-opened .td-search-background{
transition: none;
}

The code need to be set in theme panel>mobile theme > custom code> css

Thank you!

Post count: 27

Hello Calin,
I reduced mobile menu width from 100% to 70% looking good I used your custom css to remove animation but i can’t able to remove background which goes backward when i click on menu. I want to remove that backward animation of background. I also want when someone want to close the menu he can simply close it by touching anywhere outside of menu on right side.

Post count: 35449

Hi,

The background image can be remove from here ->https://i.imgur.com/UMQ7RzI.png if you are using the responsive version, if you are using the mobile theme plugin -> https://i.imgur.com/njxT4Rj.png also for the close suggestion, this can be done only with custom work, sorry!

Thank you!

Post count: 27

Hi Calin,
I think you did not understand which animation i am taking about. You should have a look at screenshot. Look at background.

null
https://ibb.co/mX2VLzR

I set menu width 70% now background is visible. Look at background that goes back. I want to disable that animation so i can use my custom menu.

Post count: 35449

Hi,

Please try this custom css: https://i.imgur.com/w2v1qP3.png
.td-menu-mob-open-menu #td-outer-wrap{
-webkit-transform: none;
transition: none;
}
.td-menu-background, #td-mobile-nav {
width: 70%;
}

The code need to be set in theme panel> mobile theme> custom code> css

Hope this will help you!
Thank you!

Post count: 27

Thank You… It is working.

Viewing 10 posts - 1 through 10 (of 10 total)
You must be logged in to reply to this topic.