Display Name
Display Name

Reputation: 19

How do I test my loading screen when my page loads to fast?

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

Answers (1)

Pu Guan
Pu Guan

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. enter image description here

Upvotes: 3

Related Questions