Commit 95fc186c by doszhang

dos

parent 5519e3fe
......@@ -794,11 +794,11 @@ function fadeInTextUp(text, fadeTime, divName) {
.fadeOut(0)
.fadeIn(fadeTime);
}
setTimeout(function () {
//待动画执行完毕后删除动画div,将文字合并
$(divName + ' div[class^=fly]').remove();
$(divName).append('<span>' + text + '</span>');
}, 3000);
// setTimeout(function () {
// //待动画执行完毕后删除动画div,将文字合并
// $(divName + ' div[class^=fly]').remove();
// $(divName).append('<span>' + text + '</span>');
// }, 3000);
}
function initCanvas(target, id, canvasWidth, canvasHeight, useRem = false) {
......
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 sign in to comment