UNPKG

@furman1331/page-scroller

Version:

Amazing plugin for creating smooth scroll on your website

10 lines (8 loc) 169 B
export interface ISection { element: HTMLElement slides: ISectionSlides | null } export interface ISectionSlides { container: HTMLElement elements: HTMLElement[] }