0.0.1 • Published 1 year ago

@insite/anchor-spy v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

@insite/AnchorSpy.js

Observe le scroll et ajoute une classe active sur une ancre dont la section est survolée (optionnel dans AnchorMenu.js)


Installation

  • Via npm :
yarn add @insite/anchor-spy

  • @param {Object} options
    • ratio: '.7'
    • selector: 'div.anchor-section'

Usage :

new AnchorSpy({
    ratio: '.3'
});