0.0.6 • Published 6 years ago

jquery-smooth-scrolling v0.0.6

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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
})
0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago