Reputation: 19
So the way my loading screen works, is when the page loads, the loading screen disappears. However this is hard to test and make it works as my page loads in under a second and I see the glimpse of my loading screen. Is there anyway to perhaps slow down the speed in some way?
Upvotes: 1
Views: 1218
Reputation: 76
In Chrome DevTool, there's a functionality called throttling in Network tab, it can simulate bad network condition, you may want to try that.
Upvotes: 3