Hi guys, just wondering if you can help me with this; using a carousel to switch between panels, however on each panel I'm using html content that flickers and visibly shows as it displays the content. I've tried applying the x-hidden and x-hide-display classes to both the panels and the carousel, but it still displays this flicker when rendering the html content.
Any way to solve this, because it's a big issue for my app.
The amount of stuff you have rendered at once will affect the transition. At the end of a CSS transform, you have to then set the card position which is usually the flicker I have seen. How much do you have rendered within your carousel?