UNPKG

@webpg/scroll-spy

Version:

Hi guys, welcome to this repository. I created a light-weight Scroll Spy library that you could fully customize with CSS. It's usage is really easy.

9 lines (8 loc) 212 B
export declare class ScrollSpy { private duration; constructor(duration?: number); private smoothScroll; private getMainElement; private handleClickOnLinkItem; private handleUserScroll; }