rythm.js是一款让页面元素跳动起来的插件,并且带音乐,共7种用法,包括脉冲、跳跃、摇动、扭动、淡入淡出、变换颜色等特效
<div class="rythm pulse"></div>
var rythm = new Rythm();
rythm.setMusic("sample.mp3");
rythm.start();
案例地址:http://okazari.github.io/Rythm.js/
github地址:https://github.com/Okazari/Rythm.js