UNPKG

react-scroll-effects

Version:

React component to animate elements on scroll with animate.css

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