Commit 4bd45399 by doszhang

dos

parent 631dcf08
......@@ -138,8 +138,10 @@ function pageOnScroll(event) {
$('.block2').show().addClass('animate');
} else if (top > 2800 && top < 4100) {
$('.block3').show().addClass('animate');
} else if (top > 4100) {
} else if (top > 4100 && top < 4700) {
$('.block4').show().addClass('animate');
} else if (top > 4700) {
$('.block5').show().addClass('animate');
}
}
......
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