benceruleanlu / Team-Website

Absolute Robotics' Team Website rewrite project in Next.js
http://team4308.ca/
GNU General Public License v3.0
1 stars 0 forks source link

Spline Loading Screen #5

Closed benceruleanlu closed 4 weeks ago

benceruleanlu commented 1 month ago

Splines take ~1-2 seconds to load, there's two options I see.

  1. Reserve space, fade the spline in.
  2. Add a loading screen, then reveal page on spline load.
benceruleanlu commented 1 month ago

https://nextjs.org/docs/app/building-your-application/routing/loading-ui-and-streaming

benceruleanlu commented 4 weeks ago

Not needed, users can deal with the delay.