Documentation v1.0.6

Preview Upgrade to Pro

Overview

Smooth Scroll is a lightweight script to animate scrolling to anchor links. For more info please visit the plugin's site.

Usage

Smooth Scroll's Javascript files are bundled in the global scripts bundles and are globally included in all pages:
<link href="assets/plugins/global/plugins.bundle.css" rel="stylesheet" type="text/css"/>
<script src="assets/plugins/global/plugins.bundle.js"></script>

Initialization

  • Smooth Scroll's Javascript is globally initialized with our KTApp wrapper defined in src/js/layout/app.js.
  • To include Smooth Scroll into your project, you need to include a HTML attribute data-kt-scroll-toggle within the a element with a href set with a hastag #. For more options available, such as offset parameters, please refer to the initialization definition in src/js/layout/app.js.
  • For more information on Smooth Scroll's other options, please refer to the official plugin site.

Basic

Click on the button below to scroll to the top without any offset.
<a href="#top" class="btn btn-primary" data-kt-scroll-toggle>Scroll to Top</a>

<div id="top">
    ...
</div>

Offset

Click on the button below to scroll to "Usage" with offset. Add the HTML attribute data-kt-scroll-offset with the offset value in px to the anchor element.
<a href="#usage" class="btn btn-primary" data-kt-scroll-toggle>Scroll to Usage</a>

<div id="usage" data-kt-scroll-offset="85">
    ...
</div>

Responsive

Click on the button below to scroll to "Initialization" with a responsive offset. Add the HTML attribute data-kt-scroll-offset with the offset value in px to the anchor element. The responsive values follows the standard Bootstrap breakpoints where default represents the base size and moves up with sm, md, lg or xl.
<a href="#initialization" class="btn btn-primary" data-kt-scroll-toggle>Scroll to Usage</a>

<div id="initialization" data-kt-scroll-offset="{default: 75, lg: 85}">
    ...
</div>
Upgrade To Pro
Pro Version Benefits Free Pro
UI Elements 20 100
In-house Components 20 40
Crafted Pages 5 20
Complete Documentation
Product Support
Layout Builder
Source Vectors
Email Templates
Calendar App
User Management App
Chat App
Customers App
Upgrade to Jet HTML Free
Learn & Get Inspired

Support at devs.keenthemes.com

Join our developers community to find answer to your question and help others. FAQs
Get Support
Documentation
From guides and how-tos, to live demos and code examples to get started right away.
Plugins & Components
Check out our 300+ in-house components and customized 3rd-party plugins.
Layout Builder
Build your layout, preview it and export the HTML for server side integration.
What's New
Latest features and improvements added with our users feedback in mind.
Buy now