How can I add a smooth transition to Dawn accordion tabs?

How can I add a smooth transition to Dawn accordion tabs?

Nataliabrown
Shopify Partner
16 2 0

I'm looking to add a smooth transition to the Dawn accordion tabs. At the moment they open without a smooth transition and it doesn't look very good. Any advice on this would be super helpful!

Replies 3 (3)

ParkdaleDigital
Shopify Partner
17 0 4

Depending on how the tabs were styled you could apply css style transition - https://developer.mozilla.org/en-US/docs/Web/CSS/transition

Nataliabrown
Shopify Partner
16 2 0

The tabs are the default collapsible rows that come with Shopify Dawn. I tried adding a transition but this doesn't work.

ParkdaleDigital
Shopify Partner
17 0 4

Ah sorry, looks like it is a details html element. Look like you'll have to use Js to animate the slide out. https://css-tricks.com/how-to-animate-the-details-element-using-waapi/