//动画效果 wow = new wow({ animateclass: 'animated', offset: 100, callback: function(box) { console.log("wow: animating <" + box.tagname.tolowercase() + ">") } }); wow.init();