react-tailwind icon indicating copy to clipboard operation
react-tailwind copied to clipboard

Transitions for Alerts

Open afc-profile opened this issue 5 years ago • 0 comments

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/

afc-profile avatar May 11 '20 14:05 afc-profile