UNPKG

react-scroll-motion

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