I’m building a portfolio site and I want to do something similar to this: https://portorocha.com/
As you can see, when you click some of their work on the left, the CMS page for the corresponding project loads on the right side while the ‘work navigation’ on the left side doesn’t seem to be affected by the page load. Is this possible in Webflow somehow?
I know I can make the same layout on all pages, but it will still be noticeable on page load and the ‘work navigation’ will also scroll to the top in this scenario. Any advice?
It would be a bit like building a ‘mail client layout’ where the list of emails on the left doesn’t blink on load every time you click a new mail that appears on the right. Hope it makes sense. Haha
That’s a cool portfolio site you’re looking to create! To achieve that smooth page load effect in Webflow, you can try using AJAX page transitions. It allows you to load content dynamically without refreshing the entire page, keeping your navigation intact. You’ll need some custom code for this, but it’s doable.