react-scroll-motion
Version:
Easy to make scroll animation with ReactJS
7 lines (6 loc) • 394 B
TypeScript
import { batch } from "./AnimationTool";
import { Fade, FadeIn, FadeOut } from "./FadeAnimation";
import { Move, MoveIn, MoveOut } from "./MoveAnimation";
import { Sticky, StickyIn, StickyOut } from "./StickyAnimation";
import { Zoom, ZoomIn, ZoomOut } from "./ZoomAnimation";
export { batch, Fade, FadeIn, FadeOut, Move, MoveIn, MoveOut, Sticky, StickyIn, StickyOut, Zoom, ZoomIn, ZoomOut, };