react-awesome-reveal
Version:
React components to add reveal animations using the Intersection Observer API and CSS Animations.
14 lines (13 loc) • 341 B
TypeScript
export * from './bounce';
export * from './flash';
export * from './headShake';
export * from './heartBeat';
export * from './jello';
export * from './pulse';
export * from './rubberBand';
export * from './shake';
export * from './shakeX';
export * from './shakeY';
export * from './swing';
export * from './tada';
export * from './wobble';