I have a welcome onboarding workflow in my app where the user needs to set a few different necessary variables.
It’s in total 8 steps. Each step has a new image and new text associated with it.
The whole step is controlled by a step counter. Every-time the user pushed the next button the count goes up.
Then I have a 3 IF/Else columns that uses the step counter to determine what image and what text to display.
My problem is that the text loads way quicker than the images, so there is always a really annoying delay. The images are not massive - SVG’s between 40-100kb each.
Does anyone know if there are a way to fix this, so both image and text appear at the same time?