UNPKG

sweet-scroll

Version:

Modern and the sweet smooth scroll library.

9 lines (8 loc) 266 B
export interface RequestAnimationFrame { (callback: (time: number) => void): number; } export interface CancelAnimationFrame { (handle: number): void; } export declare const raf: RequestAnimationFrame; export declare const caf: CancelAnimationFrame;