[ADDED] Changing the speed of Accordion Element in Bricks

Hi there, I’m having trouble figuring out how to change the speed of the Native Accordion element in Bricks.

Tried:

  1. CSS transition: all 5s ease-in-out
  2. root {
    transition-duration: 5s;
    }

Both did not work. Am I missing something? Thanks!

Welcome to the forum @fable :wave:

The slide up & down of the accordion content is handled via JavaScript, and therefore not customisable via CSS. I’ve tried using the .5s duration you posted, and must say it feel very slow. The default is .2s, and seems to work for most number of use cases.

1 Like

Any plans to make that a field we can adjust? (for tabs + accordians)

1 Like

I will try to add an animation duration setting to the Accordion in 1.5 (stable).

4 Likes