offset = "-=" + Math.abs(offset);
$list.animate({'left': offset}, 300, function() {}
怎么理解???
jquery animate 支持-= +=语法, 就是在原来的值基础上 减少或者增加 多少