Commit 057336c5 authored by wuxiaoli's avatar wuxiaoli

PZK

parent 5ecd802f
...@@ -511,7 +511,7 @@ ...@@ -511,7 +511,7 @@
var _this = this; var _this = this;
this.__a = setInterval(function () { this.__a = setInterval(function () {
_this.animH() _this.animH()
}, 5000); }, 50000);
}, },
animH: function () { animH: function () {
var _t = parseInt(H$(this.id).style.top), var _t = parseInt(H$(this.id).style.top),
...@@ -522,7 +522,7 @@ ...@@ -522,7 +522,7 @@
var list = H$$('li', H$(this.id)); var list = H$$('li', H$(this.id));
this.__c = setInterval(function () { this.__c = setInterval(function () {
_this.animO(); _this.animO();
}, 5000); }, 50000);
} else { } else {
var __t = Math.abs(_t) - Math.ceil(Math.abs(_t) * .07); var __t = Math.abs(_t) - Math.ceil(Math.abs(_t) * .07);
H$(this.id).style.top = -__t + 'px'; H$(this.id).style.top = -__t + 'px';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment