burger menu test
This commit is contained in:
@@ -2042,7 +2042,7 @@
|
||||
//анимируем переход на расстояние - top за 1500 мс
|
||||
$('body,html').animate({scrollTop: top}, 1500);
|
||||
});
|
||||
|
||||
//
|
||||
$(window).on("scroll", function () {
|
||||
if ($(window).scrollTop() > 0) {
|
||||
$(".burger").addClass("burger--follow");
|
||||
|
||||
Reference in New Issue
Block a user