0.0.6 • Published 8 years ago

jquery-smooth-scrolling v0.0.6

Weekly downloads
2
License
MIT
Repository
github
Last release
8 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

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago