-
Notifications
You must be signed in to change notification settings - Fork 119
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
Conversation
There was a problem hiding this 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", |
There was a problem hiding this comment.
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 :)
There was a problem hiding this comment.
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; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤔
This PR adds anime.js as a new animation engine and creates some cool animations for the timeline component.
#1418
scrnli_qcGfQG808ebZeP.webm