react-awesome-reveal
Version:
React components to add reveal animations using the Intersection Observer API and CSS Animations.
14 lines (13 loc) • 416 B
TypeScript
export * from './fadeIn';
export * from './fadeInBottomLeft';
export * from './fadeInBottomRight';
export * from './fadeInDown';
export * from './fadeInDownBig';
export * from './fadeInLeft';
export * from './fadeInLeftBig';
export * from './fadeInRight';
export * from './fadeInRightBig';
export * from './fadeInTopLeft';
export * from './fadeInTopRight';
export * from './fadeInUp';
export * from './fadeInUpBig';