UNPKG

react-scroll-effects

Version:

React component to animate elements on scroll with animate.css

15 lines (12 loc) 153 B
@keyframes zoomIn { 0% { opacity: 0; transform: scale3d(.3, .3, .3); } 50% { opacity: 1; } } .zoomIn { animation-name: zoomIn; }