-
-
Notifications
You must be signed in to change notification settings - Fork 130
Feature : added some smooth framer animation #78
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
Conversation
✅ Deploy Preview for quicksnip ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Great. Some suggestions:
|
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.
Hey, tanks for the contribution, I really like the idea of smoothing transitions.
I left a quick comment about some build files that you should have not commited, appart from that it looks good.
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.
Going from less snippets to more snippets has a smooth transition, but going other way is not. Its still snappy like before.
thanks for pointing it out , fixed it! |
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.
Everything seems to work fine now.
Just fix all the ESLint errors introduced by you in the PR.
run npm run lint
to check what those errors are.
There are many linter errors, so I think you might not have eslint configured in your editor. It would help you fix these errors.
Since you are installing a new package, we need a final confirmation from @dostonnabotov.
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.
Tested, and everything looks good. 👍
Description
added some smooth animations for the code snippets , using framer here
Screen.Recording.2025-01-01.at.1.59.49.PM.mov
ps : ignore the christman theme :p
also noticed that the drop down bar is written from scratch and has too many custom css styles + too lengthy? would you like to have any fixes / improvements in that by using some standard library?