You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

jquery-smoothscroller

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jquery-smoothscroller

A jQuery plugin to provide a smooth scrolling effect.

1.0.1
Source
npm
Version published
Weekly downloads
4
100%
Maintainers
1
Weekly downloads
 
Created
Source

jQuery-smoothScroller

SmoothScroller is a simple jQuery plugin to add a smooth scrolling transition effect to your page. It is extremely small being under a 1KB in size.

To add to your project:

$ npm install --save jquery-smoothscroller

Then add it to your page or require it in your JS.

To initialize:

$(window).smoothScroller();

The options availible are:

defaults = {
    duration: 1000,
    easing: "swing",
    callback: function() {}
}

Keywords

smooth scroll

FAQs

Package last updated on 01 May 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts