Commit 684d0725 by doszhang

dos

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