1.0.1 • Published 10 months ago

@novagraphix/easy-scrollspy v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

easy-scrollspy-npm

desc

Very easy scrollspy based on IntersectionObserver

usage

import { easyScrollspy } from 'easy-scrollspy'

easyScrollspy()

options

let intSettings = {
    navLinks: '.spy-nav-link',
    section: '.spy-section',
    rootMargin: '0px',
    threshold: 0.5,
    activeClass: 'active'
}
1.0.1

10 months ago

1.0.0

10 months ago