How to let mobile menu fade in slower?

Solved

How to let mobile menu fade in slower?

JoaquinExcitare
Explorer
52 0 19

Hello, does anybody know how we can make our mobile menu slide in slower/smoother like the example site?

 

(NOTE: Mobile menu fade in)

 

Example site: https://eu.lostgenclub.com/

 

Our site: https: https://excitarestudios.com/

 

Thanks in advance

Accepted Solution (1)

shreyhweb
Shopify Partner
722 118 136

This is an accepted solution.

Hello,

Please add the below code in theme.liquid above </body>

<style>
.js details[open]>.menu-drawer {
    transition: transform 0.4s ease, visibility 0.4s ease !important;
}
</style>

 

I hope this solution will be work for you.

Thank you

- If You Find Our Solution Helpful Please Like And Mark As Accepted!
- Sip, savor, and support – your Coffee Tip helps us keep coding.❤️
- If You Want To Further Discussion. Then Contact - info@shreyhsoftsolutions.com

View solution in original post

Replies 2 (2)

shreyhweb
Shopify Partner
722 118 136

This is an accepted solution.

Hello,

Please add the below code in theme.liquid above </body>

<style>
.js details[open]>.menu-drawer {
    transition: transform 0.4s ease, visibility 0.4s ease !important;
}
</style>

 

I hope this solution will be work for you.

Thank you

- If You Find Our Solution Helpful Please Like And Mark As Accepted!
- Sip, savor, and support – your Coffee Tip helps us keep coding.❤️
- If You Want To Further Discussion. Then Contact - info@shreyhsoftsolutions.com

Bundler-Manuel
Astronaut
1027 51 121

Hi there @JoaquinExcitare  go to Assets then theme.ss then copy and paste this code under

.site-nav__dropdown {
display: block;
opacity: 0;
transition: 0.5s;
visibility: hidden;
}
.site-nav--has-dropdown:hover .site-nav__dropdown,
.site-nav--has-dropdown:focus .site-nav__dropdown {
display: block;
opacity: 1 !important;
visibility: visible !important;

Emmanuel
Please let me know if it works by marking it as a solution!
Bundler - Product Bundles app, a great bundle app for Shopify, with glowing user testimonials and a free plan.