0
Close Modal with ANIMATION
How to close modal with animation Because in some websites I saw that you could animate the modal even it is display: none;
1 Respuesta
0
you can only animate/style fake modal windows (ie: part of the html document, not real modal such as pop-up from alert, prompt or confirm)...
to animate such "modal" there are many ways to do: you must provide your code to get accurate help ^^