jquery-smooth-scrolling

0.0.6 • Public • Published

jQuery Smooth Scrolling

Smooth scrolling to page anchors

Usage

$('html').smoothScrolling()

Options

$('html').smoothScrolling({
  offset: 10, // Default - 0
  speed: 1500, // Default - 1000

  // Sticky header
  headerClass: 'header', // Default - null
  headerFixedClass: 'header_fixed' // Default - null
})

Package Sidebar

Install

npm i jquery-smooth-scrolling

Weekly Downloads

1

Version

0.0.6

License

MIT

Last publish

Collaborators

  • yustnip