Commit c3b4c291 by doszhang

dos

parent b716472e
......@@ -793,7 +793,7 @@ function fadeInTextUp(text, fadeTime, divName) {
$(divName + ' .fly' + i).css('transform', 'translateY(' + RandomNumBoth(2000, 2500) / 100 + 'rem)')
.css('animationDelay', time + 's')
.fadeOut(0).delay(time * 100)
.fadeIn(time * 100);
.fadeIn(time * 1000);
}
// setTimeout(function () {
// //待动画执行完毕后删除动画div,将文字合并
......
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