Testing

parent 9c81c136
...@@ -181,10 +181,10 @@ $(document).ready(function() { ...@@ -181,10 +181,10 @@ $(document).ready(function() {
} catch(err) { } catch(err) {
}; };
$(".toggle_bottom").click(function() { // $(".toggle_bottom").click(function() {
$("html, body").animate({ scrollTop: $(".section2").height()+120 }, "slow"); // $("html, body").animate({ scrollTop: $(".section2").height()+120 }, "slow");
return false; // return false;
}); // });
$(".mouse").click(function() { $(".mouse").click(function() {
$("html, body").animate({ scrollTop: $(".video_block__title").height()+700 }, "slow"); $("html, body").animate({ scrollTop: $(".video_block__title").height()+700 }, "slow");
return false; return false;
......
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 to comment