react-scroll-motion
Version:
Easy to make scroll animation with ReactJS
8 lines (7 loc) • 498 B
TypeScript
import { batch, Fade, FadeIn, FadeOut, Move, MoveIn, MoveOut, Sticky, StickyIn, StickyOut, Zoom, ZoomIn, ZoomOut } from "./animations";
import Animator from "./Animator";
import ScrollContainer from "./ScrollContainer";
import ScrollPage from "./ScrollPage";
import type { Animation, Style } from "./types";
export { Animator, ScrollContainer, ScrollPage, batch, Fade, FadeIn, FadeOut, Move, MoveIn, MoveOut, Sticky, StickyIn, StickyOut, Zoom, ZoomIn, ZoomOut, };
export type { Animation, Style };