-
Notifications
You must be signed in to change notification settings - Fork 150
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
feat(notification): add notification-reveal and documentation #361
Conversation
@hari please check for any potential issue? |
π Preview deployed to: https://d01f804b.animata.pages.dev |
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.
The animation is not on point. The component needs to move up and then fade out.
|
||
<Step>Update `tailwind.config.js`</Step> | ||
|
||
Add the following to your tailwind.config.js file. | ||
|
||
```json | ||
module.exports = { | ||
theme: { | ||
extend: { | ||
} | ||
} | ||
} | ||
``` | ||
|
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.
You don't need this.
|
||
Built by [Your name](https://github.com/YourGithubUsername) | ||
|
||
...Add appropriate credits here. |
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.
Please fix this and twitter username.
@@ -0,0 +1,53 @@ | |||
--- | |||
title: Notification Reveal | |||
description: notification-reveal animation using framer motion |
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.
Make the description more descriptive and fix sentence.
π Preview deployed to: https://9ebf4fd1.animata.pages.dev |
Description
created notification-reveal cards
Related Issue
closes #268
Change Type
Select the type of change:
Checklist