israrulhaq1 / Indecision-app

Give your control in hands of computer. It is a basic ToDo list react application which uses many necessary tools and techniques provided by react js library. SCSS is used for styling the front-end layout with some Flex-box use. Media queries are used to make it mobile/tablet compatible. Local storage is used for storage of items. Dev-server, Modal and other third party tools are used to make development as fast as possible
0 stars 2 forks source link

React Modal portal transition not working #1

Open israrulhaq1 opened 5 years ago

israrulhaq1 commented 5 years ago

When clicked on big button name "What should i do" a dialogue box with an option pops up which is fine it should and also closes back. Issue is that i wanted to slow modal open and close speed, to make it look realistic and smooth, now it only flashes quickly onto screen.

Gh05d commented 5 years ago

I will take a look.

gabrielgs commented 5 years ago

I've made a pull request, I added a .gitignore file to ignore node_modules packages, because it is to heavy to have those files in the repo.