tab-1
, tab-2
).#tab-1
, #tab-2
) instead of default tab switching.You can create a page scroll effect for a tab link in Webflow using anchor links along with some adjustments in the Tabs component. Since Webflow's default tab functionality does not support scrolling to a specific tab when clicked, you'll need to manually link the tabs with an ID-based scroll behavior.
tab-1
, tab-2
, etc.).#tab-1
, #tab-2
, etc.If clicking the tab should scroll and then activate the correct tab instead of switching instantly:
.w-tab-link
class if needed based on your Webflow structure.To create a page scroll for a Tab Link in Webflow, assign unique IDs to each tab pane, and make Tab Links scroll using anchor IDs (#tab-1, #tab-2, etc.). Optionally, use JavaScript to smooth scroll and activate the correct tab.