Skip to content

Commit

Permalink
JS : updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sai4ul committed Nov 8, 2023
1 parent e4e2425 commit 84fa107
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/js/mian.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
$('#back-top').fadeOut(530);
} else {
$(".header-sticky").addClass("sticky-bar");
$('#back-top').fadeIn(500);
$('#back-top').fadeIn(520);
}
});

Expand Down Expand Up @@ -63,7 +63,7 @@
$('#back-top a').on("click", function () {
$('body,html').animate({
scrollTop: 0
}, 720);
}, 730);
return false;
});

Expand Down Expand Up @@ -229,7 +229,7 @@
Overlay
-----------------------------------*/
$(".snake").snakeify({
speed: 250
speed: 260
});


Expand Down

0 comments on commit 84fa107

Please sign in to comment.