Webflow does not have a built-in tool that replicates Pace.js-style preloading with a custom animated logo, but you can achieve this effect using Webflow’s native interactions combined with custom embeds.
Preloader
.Preloader
div: Apply a Body overflow: hidden
style at page load using a small piece of custom code in the Page Settings → Custom Code → Before :
<style>body { overflow: hidden; }</style>
Webflow doesn’t include a built-in Pace.js clone, but you can build a custom animated logo preloader using native interactions combined with a full-screen div. For progress tracking, use external scripts like Pace.js and embed them manually via Custom Code.