function fabtn(a){ $(a).find(‘i‘).addClass(‘animated wobble‘); setTimeout(function(){ $(a).find(‘i‘).removeClass(‘animated wobble‘); }, 1000); }
animated js动画示例
原文:http://www.cnblogs.com/xtyy-sina93/p/6244785.html