UNPKG

react-scroll-motion

Version:
8 lines (7 loc) 498 B
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 };