[Notification Context]: collect of improves
- Dominant language
- TypeScript
- Stars
- 247
- Forks
- 78
- Avg merge
- 14h 27m
- Merged PRs (30d)
- 15
Description
**1. 'Clear All Notification' Animation**
#### Now
The "Clear All Notifications" button appears suddenly, without any animation.
#### To Do
Standardize the appearance of the 'Clear All Notification' button by introducing the same animation as used in other examples.
**2. Transition Consistency**
#### Now
Transition effects are inconsistent across different examples of notification context.
#### To Do
Implement a consistent transition effect of `.3s ease-in-out` for all examples of notification context to ensure a smoother visual experience.
**3. Notification Disappearance Order**
#### Now
Notifications disappear in an order different from their appearance when there are more than two notifications. The first notification that appeared is not the first to disappear.
https://github.com/user-attachments/assets/1fcdbddc-be75-4cd2-a5f7-117f1103e4d0
#### To Do
Review and correct the disappearance order of notifications to ensure they vanish in the same order they appeared.
Contributor guide
Assessment
This issue has not been assessed yet.