mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 14:13:37 +08:00
tweak code
This commit is contained in:
parent
8fc8c7d8f9
commit
d69af90160
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user