UNPKG

react-scroll-effects

Version:

React component to animate elements on scroll with animate.css

17 lines (14 loc) 229 B
@keyframes rotateOut { 0% { transform-origin: center; opacity: 1; } 100% { transform-origin: center; transform: rotate3d(0, 0, 1, 200deg); opacity: 0; } } .rotateOut { animation-name: rotateOut; }