var pic = $('#upload-img');
var status = 1;
function run()
{
$("#upload-img").fadeTo(900,status);
if (status == 1) {
status = 0.5;
} else {
status = 1;
}
}
setInterval('run()',1000);
js实现图片不停闪烁
最新推荐文章于 2021-06-04 17:08:55 发布