Mobile Menu Transition

Posted in: Newspaper
Post count: 19

Hello,

How can I add a slight transparency and a slide/ease in and out transition to the mobile menu?

Thank You

Post count: 23312

Hello kapunas,

Unfortunately, our theme does not have such an option for your desire. In order to achieve as you wish, you have to do some additional customizations to do that. Below I gave you an example of transition for the mobile menu. If you want to develop in this case and you are not aware of the steps in this regard, please consider hiring freelancer/developer to help you because we cannot provide customization services at the moment, sorry!

The code is ->

.td-mobile-nav-wrap, .td-content-wrap {
-webkit-transition: left 2s;
transition: left 2s;
}

Hope this helps!

Thank you for the message!

Post count: 19

Hi Catalin,

OK got it, thank you for the example.

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.