Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
samadhi1311 committed Aug 24, 2023
1 parent feec426 commit 9719b55
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/public/scripts/transitions.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ function cursorFx() {
function cursor(e) {
mouseCursor.style.top = e.pageY + 'px';
mouseCursor.style.left = e.pageX + 'px';

}

navLinks.forEach(link => {
Expand Down Expand Up @@ -181,6 +180,5 @@ $(function() {

barba.hooks.after(() => {
butter.init( { cancelOnTouch: true } );
cursorFx();
});
});

0 comments on commit 9719b55

Please sign in to comment.