react-tailwind
react-tailwind copied to clipboard
Transitions for Alerts
Right now, when you close an Alert component, it suddenly disappears from the page. We could add a nice fading transition to it, like some of these examples:
- https://animate.style/ (check fade out animation)
- https://www.w3schools.com/w3css/tryit.asp?filename=tryw3css_animate_fading
- We could make use of one of these from tailwindcss:
-
- https://tailwindcss.com/docs/transition-property/
-
- https://tailwindcss.com/docs/transition-delay/
-
- https://tailwindcss.com/docs/transition-property/
-
- https://tailwindcss.com/docs/translate/