react-awesome-reveal
Version:
React components to add reveal animations using the Intersection Observer API and CSS Animations.
14 lines (13 loc) • 429 B
TypeScript
export * from './fadeOut';
export * from './fadeOutBottomLeft';
export * from './fadeOutBottomRight';
export * from './fadeOutDown';
export * from './fadeOutDownBig';
export * from './fadeOutLeft';
export * from './fadeOutLeftBig';
export * from './fadeOutRight';
export * from './fadeOutRightBig';
export * from './fadeOutTopLeft';
export * from './fadeOutTopRight';
export * from './fadeOutUp';
export * from './fadeOutUpBig';