I\'m making a simple landing page driven by CSS3. To make it look awesome there\'s an plopping up:
@keyframes splash { from {
So i just found a solution for that: In the hover animation do this:
animation: hover 1s infinite alternate ease-in-out,splash 1;