2.0.5 • Published 7 years ago

@ryanpotternz/scroll-spy v2.0.5

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

#Scroll Spy

Travis branch

Add classes to an object based on it's position in the window.

YARN

yarn add @ryanpotternz/scroll-spy

NPM

npm install --save @ryanpotternz/scroll-spy

###Usage

import ScrollSpy from '@ryanpotternz/scroll-spy';

ScrollSpy(elements); // @param {string} elements
  • elements is an optional string representing the list of class names to match; class names are separated by white space. See the getElementsByClassName() page for more documentation.
2.0.5

7 years ago

2.0.4

7 years ago

2.0.3

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

1.1.4

7 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago