Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Namadillo: timeline animations #1454

Merged
merged 7 commits into from
Dec 30, 2024
Merged

Namadillo: timeline animations #1454

merged 7 commits into from
Dec 30, 2024

Conversation

pedrorezende
Copy link
Contributor

@pedrorezende pedrorezende commented Dec 30, 2024

This PR adds anime.js as a new animation engine and creates some cool animations for the timeline component.

#1418

scrnli_qcGfQG808ebZeP.webm

@pedrorezende pedrorezende marked this pull request as ready for review December 30, 2024 18:51
@pedrorezende pedrorezende changed the title WIP - Namadillo: timeline animations Namadillo: timeline animations Dec 30, 2024
Copy link
Contributor

@euharrison euharrison left a comment

Choose a reason for hiding this comment

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

Really cool! 🌟

package.json Outdated
@@ -44,6 +44,8 @@
},
"packageManager": "[email protected]",
"dependencies": {
"@types/animejs": "^3.1.12",
Copy link
Contributor

Choose a reason for hiding this comment

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

@types should be devDependencies

But how about adding this only on apps/namadillo?
So, it'll be easier to eject each project later :)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ops, thanks for the catch! This should lie on apps/namadillo! Will make this change

);

useLayoutEffect(() => {
if (!containerRef.current) return;
Copy link
Contributor

Choose a reason for hiding this comment

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

🤔

Copy link
Contributor Author

Choose a reason for hiding this comment

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

🤔

@pedrorezende pedrorezende merged commit 50f78eb into main Dec 30, 2024
10 checks passed
@pedrorezende pedrorezende deleted the feat/animations branch December 30, 2024 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants