Commit e321066b by doszhang

dos

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