How to slow animation of collapsible row drop down

How to slow animation of collapsible row drop down

undercoverfresh
Excursionist
138 0 19

I’m looking to slow down the animation of the collapsible drawer when it drops down so it would be more smoother. For mobile and desktop on dawn theme 

 

 

 

URL knmb1c-pf.myshopify.com

password samurai 

Reply 1 (1)

B2Bridge
Excursionist
334 66 82

Hi @undercoverfresh, you can follow these steps:

Step 1: Open Online Store -> Themes -> Edit code.

Step 2: Find base.css file.

Step 3: Paste this code at the bottom of the file

:root {
    interpolate-size: allow-keywords;
}

details {
    overflow: hidden;
}

details::details-content {
 block-size: 0;
 transition: block-size 0.5s ease, content-visibility 0.5s ease;
    transition-behavior: allow-discrete;
}

details[open]::details-content {
  block-size: auto;
}

 If this helpful, please let us know by giving us a like and marking its as a solution. Thanks you 😍

B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.