所属分类:其他,UI-动画效果,悬停
代码实现的旋转效果,兼容ie6.
第60到64行代码,这里是正反转,不想让他转就注释好了。
if(opts.direction){ roate -= opts.step; }else{ roate += opts.step; }