Commit 6059ece9 by doszhang

dos

parent ba900ba6
...@@ -791,8 +791,7 @@ function fadeInTextUp(text, fadeTime, divName) { ...@@ -791,8 +791,7 @@ function fadeInTextUp(text, fadeTime, divName) {
//为每个文字设置初始位置并将opacity设置为0,执行fadeTime制定的fadein //为每个文字设置初始位置并将opacity设置为0,执行fadeTime制定的fadein
$(divName + ' .fly' + i).css('transform', 'translateY(' + RandomNumBoth(2000, 2500) / 100 + 'rem)') $(divName + ' .fly' + i).css('transform', 'translateY(' + RandomNumBoth(2000, 2500) / 100 + 'rem)')
.css('animationDelay', RandomNumBoth(0, 100) / 100 + 's') .css('animationDelay', RandomNumBoth(0, 100) / 100 + 's')
.fadeOut(0) .fadeOut(0);
.fadeIn(fadeTime);
} }
// 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