I m 试图通过将图像的背景定位在 lo中形成装饰:
$( #LoginButton ).click(function () {
var i = 1, h = 0, top;
for (i = 0; i <= 12; i++) {
h = i * 40;
top = h + px ;
$( #ajaxLoading ).css( background-position , 0 - + top).delay(800);
}
});
The problem here is that it runs to fast so I don t se the animation of the moving background. So I added jquerys delay(), but:
延误(800)没有奏效,因为延迟()只进行 j蒸效应,cs()不是其中之一。
如何拖延这一 lo?