UNPKG

react-use-magic-animations

Version:

A collection of easy-to-use React hooks for professional animations based on popular animation libraries

5 lines (4 loc) 180 B
export { useFade } from './hooks/useFade'; export { useSlide } from './hooks/useSlide'; export { useScale } from './hooks/useScale'; export { useSpring } from './hooks/useSpring';