UNPKG

react-scroll-motion

Version:
5 lines (4 loc) 262 B
import { Animation } from "../types"; export declare const Sticky: (left?: number, top?: number) => Animation; export declare const StickyIn: (left?: number, top?: number) => Animation; export declare const StickyOut: (left?: number, top?: number) => Animation;