framer-motion-3d
Version:
A simple and powerful React animation library for @react-three/fiber
6 lines (5 loc) • 304 B
JavaScript
export { motion } from './render/motion.mjs';
export { MotionCanvas } from './components/MotionCanvas.mjs';
export { LayoutCamera } from './components/LayoutCamera.mjs';
export { LayoutOrthographicCamera } from './components/LayoutOrthographicCamera.mjs';
export { useTime } from './utils/use-time.mjs';