Commit b8cc4215 by doszhang

dos

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