See this effect on https://www.google.com/intl/en/chrome/browser/. Just hover your mouse on the Google Chrome logo.
bower install ReeganExE/wave-animation --save
var el = document.getElementById('download-button');
var animated = new AnimatedItem(el, 8 /* left */, 15 /* top */);
Stop animation
animated.stop();