UNPKG

comic-plus

Version:

<p align="center"> <img width="200px" src="./logo.png"/> </p>

3 lines (2 loc) 205 B
export declare function animateScrollTo(container: HTMLElement | Window, from: number, to: number, duration: number): () => void; export declare function elAnimation(el: Element, duration?: number): void;