UNPKG

react-scroll-motion

Version:
5 lines (4 loc) 253 B
import { Animation } from "../types"; export declare const Zoom: (from?: number, to?: number) => Animation; export declare const ZoomIn: (from?: number, to?: number) => Animation; export declare const ZoomOut: (from?: number, to?: number) => Animation;