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

Transitions for Modals

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

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/

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