I update to the newest version and I notice that the preloader animation dont work as desired.
Like instad of loading first other elements load first and are visible then the preloader comes in but as far as the other elements are loaded the preloaded disapear making a funny animations.
In my mind suppose to have the preloader prior anything is loaded .
I have the same issue, it looks like the speed increase with AC2 is now faster than the preloader, so a flash of un-rendered content is visible before the preloader starts.
This new AC2 has had a serious affect on the page loading speed, its so fast now it gives me a nosebleed
Hey Tom, Just throwing it out there. If you are using a theme check the bundled scripts to see if they contain their own preloader implementation and remove it. This can often cause conflicts.
Good call @Cheese yes I am using a template, and it had a preloader, however the CSS and JS files for this have been removed. This problem only started after the 6.5 update - However, I’m not quite sure if I’m now seeing this because of a problem with AC2 doing it, OR if AC2 now loads the page so fast its highlighting an issue that has always been there but not noticed due to AC1 loading slower…
Content flashes before the preloader starts working, also, fields containing dynamic data show before the data loads and show/hide sections show all content before the preloader fires.
I just started another project and it’s doing the same on that one - all of this was fine on AC1.
Edit: Actually on my test page it seems the data is just loading so fast it doesn’t have time to fade out the preloader so the preloader is still fading out after the content has been loaded. Trying it on a page with more data to load seems to work fine. I think the data is loading so fast it doesn’t give the preloader time to close. Will do more testing.
But AC2 is just too dang fast.
Edit 2: I just tried on one of my biggest dashboard projects on a page with 33 server connects and several hide/show elements. Seems to work perfect for me. Maybe an issue of where the pre-loader code is placed in your app structure? Just guessing …
I fixed a problem with the preloader that it sometimes didn’t wait long enough for all data being loaded. The issue with the fade in at the start I have not fixed but removing the transition from the css will fix that, it will however also remove the fade out effect.