Skip to content

Commit

Permalink
js
Browse files Browse the repository at this point in the history
  • Loading branch information
sai4ul committed Oct 30, 2023
1 parent 73a65ef commit 3822599
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 @@ -63,7 +63,7 @@
$('#back-top a').on("click", function () {
$('body,html').animate({
scrollTop: 0
}, 800);
}, 700);
return false;
});

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


/*-----------------------------------
Hover section Tilt Effect
-----------------------------------*/
$('.tilt-effect').tilt({
maxTilt: 5,
maxTilt: 4,
easing: "cubic-bezier(.03,.98,.52,.99)",
speed: 400,
transition: true
Expand Down

0 comments on commit 3822599

Please sign in to comment.