Shopify themes, liquid, logos, and UX
I would like to make the mobile menu drawer slide open/close more slowly.
What are the css / html adjustments needed for this feature to be adjusted on my Shopify Dawn 10.0 theme at my website:
Thank you.
Solved! Go to the solution
This is an accepted solution.
After doing some digging into the theme code, I found these lines of code in the base.css file which seem to give you different speed options for menu drawer opening/closing:
--duration-short: 100ms;
--duration-default: 200ms;
--duration-long: 500ms;
--duration-extra-long: 600ms;
--duration-extended: 3s;
Then, in the component-menu-drawer.css file, I edited this line of code:
Original Code:
transition: transform var(--duration-default) ease, visibility var(--duration-default) ease;
New Code:
transition: transform var(--duration-extra-long) ease, visibility var(--duration-extra-long) ease;
This is an accepted solution.
After doing some digging into the theme code, I found these lines of code in the base.css file which seem to give you different speed options for menu drawer opening/closing:
--duration-short: 100ms;
--duration-default: 200ms;
--duration-long: 500ms;
--duration-extra-long: 600ms;
--duration-extended: 3s;
Then, in the component-menu-drawer.css file, I edited this line of code:
Original Code:
transition: transform var(--duration-default) ease, visibility var(--duration-default) ease;
New Code:
transition: transform var(--duration-extra-long) ease, visibility var(--duration-extra-long) ease;
User | RANK |
---|---|
214 | |
165 | |
65 | |
54 | |
53 |
Make the shift from discounts to donations, and witness your business not only thrive fina...
By Holly Dec 4, 2023On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023