UNPKG

react-scroll-effects

Version:

React component to animate elements on scroll with animate.css

9 lines (7 loc) 101 B
@keyframes fadeIn { 0% {opacity: 0;} 100% {opacity: 1;} } .fadeIn { animation-name: fadeIn; }