Commit b5d6fd35 by doszhang

dos

parent 4bd45399
...@@ -140,8 +140,10 @@ function pageOnScroll(event) { ...@@ -140,8 +140,10 @@ function pageOnScroll(event) {
$('.block3').show().addClass('animate'); $('.block3').show().addClass('animate');
} else if (top > 4100 && top < 4700) { } else if (top > 4100 && top < 4700) {
$('.block4').show().addClass('animate'); $('.block4').show().addClass('animate');
} else if (top > 4700) { } else if (top > 4700 && top < 5400) {
$('.block5').show().addClass('animate'); $('.block5').show().addClass('animate');
} else if (top > 5400) {
$('.block6').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