Preloader Does Not Load First

Hi @patrick do you find any solution for this?

@Chackmool Did the solution with editing the css work for you?

Yes,., if you comment out the transition: all 0.5s linear; … then there is no fade… but then shows the solid background… and then boom the page :wink: so no ā€œfadingā€ :slight_smile: but it will do the trick :slight_smile:

1 Like

It work but takes out all the fancy touch. Seem amateur…

Come on man! That ain’t fair. It is a temporary ā€˜solution’ and am sure it will be resolved when the Team get back from a well earned break.

Other fixes had more importance so naturally they were resolved first. If you really want the fade effect use the fade-in animation, set a delay and duration to suit your requirements and apply it to the Container of the Layout.

image

3 Likes

I dont want to be rude. I agree that this is not a high priority. But I think I take a lot care about the fancy stuff that make a site pass from a common website or app to a high end.

I apologise if I was wrong to assume that the ā€˜seem amateur’ comment was directed at the Team itself.

That comment was unfair! Seem amateur… Come on you can do better…
The Wappler team puts in a ton of effort for us. They always come through, even if it takes time. We all know how projects go, and they’re doing their best. It seems like you’re not seeing the big picture of what they’ve accomplished. I for one and as many others come from the DMX days with Dreamweaver…seen Wappler evolve… so this is not amateur by any means…

1 Like

@Mozzi Read before asumming I am taking about Wappler Team. :slight_smile:

I am very satisfied with wappler team and App itself.

What I mean is if you build your app for sell and your app blinks, get stuck, takes time to load it feels amateur work.

1 Like

Apologies then @Chackmool. Its a case of ā€œlost in translationā€ then from my side.

I’ve added an extra debounce to some function calls to prevent them from being called to fast and often. In my test I’m still not able to reproduce the initial fade-in effect but perhaps you can test if this update helps fixing it.

dmxPreloader.zip (5.5 KB)

Here’s what I’m seeing with your latest update, also with the css fix /* transition: all 0.5s linear;*/:

If I remove the CSS fix I can see content loading before the preloader is finished,

Could that be that those elements also have animations set so animation does not start until preloaded stops?

It happens whether there are animations or not, it also works perfectly in AC1.

Got a new update, css is also updated.

dmxPreloader.zip (5.5 KB)

2 Likes

That one seems to work perfectly @patrick

1 Like

Fixed in Wappler 6.5.5

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.