The animation of some accordions runs roughly. (see video) What is the reason for this?
Thanks in advance.
The animation of some accordions runs roughly. (see video) What is the reason for this?
Thanks in advance.
@NoProblemForMe I ran into this issue as well. The only solution is to wrap your content in a div and apply the animation if I remember correctly. The video @Louis posted should guide you through it.
Thank you for the help!
I wraped the accordion content inside a div, but the behaviour did not change (see video)
i have this issue before. try removing extra margin or padding in accordion content or any element inside it. the issue is with the margin or padding applied. you need to move the margin or padding from where it cause the issue.
I’ve removed all padding and margin, but it hasn’t resolved the issue. The problem seems to be with the height. When closed, the paragraph’s height is 49.9333px, and it expands to 74.9px when opened. However, this issue does not occur with another accordions. Only with some of them. And they are all with the same structure.
@NoProblemForMe I had it half way sorted here. Add only padding no margin to the Accordion content wrapper. This is an issue that maybe @Louis can address but he has loads on his plate at the minute.