Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TarasKachmar2022 committed Mar 8, 2024
1 parent e49073f commit ac3f078
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/nav-anim.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ if (animNavItems.length > 0) {
return topOffset;
}
}

animNavOnScroll();
}

function offset(el) {
Expand Down Expand Up @@ -79,5 +81,3 @@ function deleteClass(elementID) {
}
}
}

animNavOnScroll();

0 comments on commit ac3f078

Please sign in to comment.