Go To Top
You can add a Go To Top Trigger on your Page to allow your users to scroll to the Top of the Page anytime they need to. Simply add the code below at the bottom of the page just after the `` ends:
Usage
<div id="gotoTop" class="icon-angle-up"></div>Settings
| Setting | Description |
|---|---|
data-offset | Offset from Top when you would like the Go To Top Trigger to appear in pixels. Example: 300 |
data-mobile | Enable/Disable Go To Top on Mobile. Example: true |
data-speed | Speed of the Go To Top Scrolling in milliseconds. Example: 800 |
data-easing | Easing of the Go To Top Scrolling. Eg. easeInQuadExample: easeInQuad |
