Skip to content

Commit

Permalink
Update footer.php
Browse files Browse the repository at this point in the history
  • Loading branch information
NaysKutzu authored Mar 2, 2024
1 parent 4d521cb commit 8f8301a
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions view/requirements/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -224,12 +224,7 @@ function fis_active_page($page_urls)
?>
<script>

anime({
targets: '.layout-menu',
translateX: [-300, 0],
easing: 'easeInOutQuad',
duration: 1000
});

anime({
targets: '.navbar',
translateY: [-100, 0],
Expand Down Expand Up @@ -271,4 +266,4 @@ function animateDropdown(element, startY, endY) {
}
});
});
</script>
</script>

0 comments on commit 8f8301a

Please sign in to comment.