We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open a modal.
The modal doesn't animate while opening.
The modal shows immediately, without any animation.
0.62.3
The text was updated successfully, but these errors were encountered:
No transitions are included until #813 is merged.
Sorry, something went wrong.
Now <Transition /> is done, should <Modal /> have animation by default? Or do we need to enable it?
<Transition />
<Modal />
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?
No branches or pull requests
Steps
Open a modal.
Expected Result
The modal doesn't animate while opening.
Actual Result
The modal shows immediately, without any animation.
Version
0.62.3
The text was updated successfully, but these errors were encountered: