---
title: Smooth Scroll
description: Allows internal links smooth scrolling.
js: js/foundation.smoothScroll.js
tags:
- navigation
---
## Setup
To enable SmoothScroll on internal links, just add the attribute `data-smooth-scroll` to the parent container like our [Menu](menu.html). Please note that each section needs a unique ID.
```html
```
You can also setup SmoothScroll directly via individual link.
```html
Exclusive Section
```