UNPKG

react-waves-effect

Version:
11 lines (10 loc) 119 B
@keyframes wave-animate { 0% { width: 0px; height: 0px; opacity: 0.5; } 100% { opacity: 0; } }