UNPKG

react-scroll-motion

Version:
5 lines (4 loc) 293 B
import { Animation } from "../types"; export declare const Move: (dx?: number, dy?: number, outDx?: number | null, outDy?: number | null) => Animation; export declare const MoveIn: (dx?: number, dy?: number) => Animation; export declare const MoveOut: (dx?: number, dy?: number) => Animation;