UNPKG

react-scroll-effects

Version:

React component to animate elements on scroll with animate.css

14 lines (11 loc) 130 B
@keyframes flash { 0%, 50%, 100% { opacity: 1; } 25%, 75% { opacity: 0; } } .flash { animation-name: flash; }