Skip to content

Conversation

@akshprooo
Copy link
Contributor

added some animations, and solved the bug from the last pull request.

@PenguinBoi12
Copy link
Contributor

PenguinBoi12 commented Sep 30, 2025

Can you please send a screen recording of the changes and list in the PR everything that you added, in this case, all the animations.

Also, next time you find a bug, you don't have to open a new PR. You can just push the changes and it will update the PR. It's easier to track changes that way.

Copy link
Contributor

@PenguinBoi12 PenguinBoi12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I’ve only reviewed the code so far, and at a quick glance it looks good overall, there's just a few things that should be removed. I still need to test the behavior to confirm everything works as expected and that the website is still fast and snappy.

<!-- Custom Javascript -->
<script src="./javascript/script.js"></script>

<!-- <script>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove unused code.

autoRaf: true,
});

lenis.on('scroll', (e) => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Feels like it was there for debugging. Please remove it.

});
</script>
<!-- Custom Javascript -->
<script src="./javascript/script.js"></script>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: You don't need the ./ at the beginning.

@PenguinBoi12 PenguinBoi12 added the enhancement New feature or request label Sep 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants