Open a modal.
The modal doesn't animate while opening.
The modal shows immediately, without any animation.
0.62.3
No transitions are included until #813 is merged.
Now <Transition /> is done, should <Modal /> have animation by default? Or do we need to enable it?
Now that Transition is complete, it needs to be integrated into our own components. The Dimmer is getting transitions added in #2001.
Perhaps you could submit a PR for the modal?
Most helpful comment
Now
<Transition />is done, should<Modal />have animation by default? Or do we need to enable it?