Spline / Aurora

3 stars 1 forks source link

Add loading animation when navigating on clientside #4

Open ericrange opened 8 years ago

ericrange commented 8 years ago

Like in GitHub.

pablosichert commented 8 years ago

I would propose to implement it that the loading animation only appears, should the loading time exceed a specific time frame (e.g. 200ms). Adding a loading animation right away makes it feel slow by default. Your thoughts?

ericrange commented 8 years ago

Yeah. definitely agree with you, man!

ericrange commented 8 years ago

How would you do that? by adding a class "loading" to the body-tag?

pablosichert commented 8 years ago

Fine, will keep the issue open until we come to the point to actually implement this :stuck_out_tongue:

pablosichert commented 8 years ago

That would work, even though I would make it component-specific instead of only limiting the indicator to the whole body.