Files
donetick/src/components/animations/index.js

11 lines
421 B
JavaScript

// Animation Components
export { default as AnimatedList } from './AnimatedList'
export { default as LoadingScreen } from './LoadingScreen'
export { default as PageTransition } from './PageTransition'
export { default as SmoothButton } from './SmoothButton'
export { default as SmoothCard } from './SmoothCard'
export { default as StaggeredList } from './StaggeredList'
// Animation Styles
import './PageTransition.css'