tweak code

This commit is contained in:
afc163 2015-05-16 20:48:23 +08:00
parent 8fc8c7d8f9
commit d69af90160

View File

@ -52,7 +52,6 @@ $(function() {
self.animBox = $("#bannerAnim");
self.imgBox = $(".banner-img");
self.loadImg();
},
loadImg: function() {
var self = this;
@ -112,7 +111,6 @@ $(function() {
j = i;
}
}
//console.log(self.box.find(".delay-mode").eq(j),j);
self.animBox.find(".delay-mode").eq(j).one(animEndStr, function() {
self.animBox.addClass("to-img-blur");
self.imgBox.addClass("from-img-blur").one(animEndStr, function() {