0.0.1 • Published 1 year ago

@insite/scroll-progress v0.0.1

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

@insite/ScrollProgress.js

  • @param {HTMLElement} post
  • @param {Object} options
    • class: 'progress'
    • topShift: 250
    • bottomShift: 100
    • destination: this.post
    • finishCallback: null

Usage :

new ScrollProgress(body, {
    class: 'progress',
    destination: '#header',
    bottomShift: window.innerHeight,
    finishCallback: false
});
0.0.1

1 year ago