Commit e9143f53 by doszhang

dos

parent a182157e
......@@ -134,6 +134,9 @@ function showRead(event) {
function pageOnScroll(event) {
const top = $('.wrap').scrollTop();
console.log(top);
if (top > 600) {
$('.block2').show().addClass('animate');
}
}
function carousel(time) {
......
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