UNPKG

stagger-text-reveal-animation

Version:

Stagger Text Reveal Animation is a component for React Js that allow you to apply staggering effect to your text. Just pass your text as a prop. The component is fully customizable and responsive.

17 lines (15 loc) 311 B
.stagger-animation-text{ display: flex; justify-content: center; align-items: center; margin: 0; padding: 0; /* overflow: hidden; */ } .stagger-change-top, .stagger-change-bottom{ display: flex; justify-content: center; align-items: center; margin: 0; padding: 0; }