Commit 631dcf08 by doszhang

dos

parent d7786ae2
......@@ -136,8 +136,10 @@ function pageOnScroll(event) {
console.log(top);
if (top > 600 && top < 2800) {
$('.block2').show().addClass('animate');
} else if (top > 2800) {
} else if (top > 2800 && top < 4100) {
$('.block3').show().addClass('animate');
} else if (top > 4100) {
$('.block4').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