Let’s Make a Fancy, but Uncomplicated Page Loader

1 · CSS-Tricks · Oct. 15, 2019, 3:15 p.m.
It’s pretty common to see a loading state on sites these days, particularly as progressive web apps and reactive sites are on the rise. It’s one way to improve "perceived" performance — that is, making it feel as though the site is loading faster than it actually is. There’s no shortage of ways to make a loader — all it takes is a quick search on CodePen to see oodles of examples, from animated GIFs to complex animations. While it’s … Read article The post Let’s Make a Fancy, but Uncomplicated ...