# fancy-scroll

This smooth scrolling plugin which allows you to animate the page\'s scrolling to elements within the page.

```
<a href="#example-section" data-fancyscroll="true" data-offset="15">
  Scroll to the #example-section
</a>
```

#### JavaScript
```
<script src="assets/lib/fancy-scroll/js/fancy-scroll.min.js"></script>
```