UNPKG

scrolly-video

Version:

A component for scroll-based (or other externally controlled) playback.

3 lines (2 loc) 177 B
export function debounce(func: any, delay?: number): (...args: any[]) => void; export function isScrollPositionAtTarget(targetScrollPosition: any, threshold?: number): boolean;