@stianlarsen/react-fade-effects
Version:
A collection of React components for smooth fade-in animations, starting with FadeWords. Easily add fade effects to your UI elements with customizable options.
54 lines (53 loc) • 1.23 kB
CSS
.textEffectWrapper {
display: inline-block;
vertical-align: inherit;
text-align: inherit;
text-decoration: inherit;
text-wrap: inherit;
font-size: inherit;
font-weight: inherit;
font-style: inherit;
font-family: inherit;
line-height: inherit;
letter-spacing: inherit;
color: inherit;
background-color: inherit;
border: inherit;
border-radius: inherit;
}
.textEffectWrapper .word {
opacity: 0;
color: inherit;
will-change: auto;
display: inline-block;
vertical-align: inherit;
text-align: inherit;
text-decoration: inherit;
text-wrap: inherit;
font-size: inherit;
font-weight: inherit;
font-style: inherit;
font-family: inherit;
line-height: inherit;
letter-spacing: inherit;
color: inherit;
background-color: inherit;
border: inherit;
border-radius: inherit;
}
.renderWordsWrapper {
display: block;
text-align: inherit;
text-decoration: inherit;
text-wrap: inherit;
font-size: inherit;
font-weight: inherit;
font-style: inherit;
font-family: inherit;
line-height: inherit;
letter-spacing: inherit;
color: inherit;
background-color: inherit;
border: inherit;
border-radius: inherit;
}/*# sourceMappingURL=fadeEffects.module.css.map */