react-tailwind
react-tailwind copied to clipboard
Transitions for Modals
This issue refers to the fact that at the moment, when you open a Modal component, the transition is sometimes lagging, and we'll need a refactor on this transition, or change it altogether with something a bit better. Example of nice transitions:
- https://tympanus.net/Development/ModalWindowEffects/
- https://codepen.io/designcouch/pen/obvKxm
- https://zurb.com/playground/drop-in-modals
- 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/