scroll-spy

1.0.3 • Public • Published

Scroll-spy Build Status NPM Version

A light weight scroll spy library in vanilla js.

Demo

demo

spy

Installation

bower

$ bower install scroll-spy --save

npm

$ npm install scroll-spy --save

Usage

scrollSpy.init({
  nodeList: document.querySelectorAll('.link') // require
  activeClassName: 'active', // optional , default: active
  scrollTarget: document  // optional , default: document
});
 

nodeList :

  • With vanilla js: document.querySelectorAll('.toc-link')
  • With jQuery: $('.toc-link')

License

MIT

Package Sidebar

Install

npm i scroll-spy

Weekly Downloads

85

Version

1.0.3

License

MIT

Last publish

Collaborators

  • forsigner