UNPKG

@erosnicolau/animated-text

Version:

Advanced React animated text component with comprehensive animation effects

6 lines (5 loc) 363 B
// AnimatedText hooks exports - using named exports since hooks use 'export const' export { useAnimatedTextGroup } from './useAnimatedTextGroup'; export { useAnimationState } from './useAnimationState'; export { useIntersectionObserver } from './useIntersectionObserver'; export { useVirtualizedIntersectionObserver } from './useVirtualizedIntersectionObserver';