Page Transitions

Sure thing. “Before the page loads” is before the HTML begins to load. So it’s setting the state of the html before it loads (by putting it in the <head> tag). “Wait for assets to load” is when everything on the site has been downloaded from the interwebs. Webflowies have been creating preloaders by showing an animation that is visible “before the page loads” but disappears once “all assets are loaded”.