Commit f7a8b7c0 by doszhang

dos

parent 26f4cc38
......@@ -795,11 +795,11 @@ function fadeInTextUp(text, fadeTime, divName) {
.fadeOut(0)
.fadeIn(time * 3000);
}
// 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>');
}, 2400);
}
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