Hi there, I’m having trouble figuring out how to change the speed of the Native Accordion element in Bricks.
Tried:
- CSS transition: all 5s ease-in-out
- root {
transition-duration: 5s;
}
Both did not work. Am I missing something? Thanks!
Hi there, I’m having trouble figuring out how to change the speed of the Native Accordion element in Bricks.
Tried:
Both did not work. Am I missing something? Thanks!
Welcome to the forum @fable
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.
Any plans to make that a field we can adjust? (for tabs + accordians)
I will try to add an animation duration setting to the Accordion in 1.5 (stable).