New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
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.1.2
latest
Source
npm
Version published
Maintainers
1
Created
Source

jQuery-smoothScroller

NPM

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. When initialized it will detect all the anchor tags with id references and create a smoothscroll animation to the relevant tag.

To add to your project:

$ npm i -S jquery-smoothscroller

Then add it to your page:

<script src="node_modules/jquery-smoothscroller/smoothScroller.min.js"></script>

To initialize:

$(window).smoothScroller();

The options availible are:

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

Keywords

smooth scroll

FAQs

Package last updated on 20 Jun 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