mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-22 07:51:47 +03:00
55db9f9719
Add opening and closing animations to modal. The usage of conditional rendering as shown below is not recommended: ``` open ? ( <Modal open={open} ... /> ) : null, ``` When the modal is closed, it gets removed from the DOM instantly without running any exit animations that might be defined in the Modal component. |
||
---|---|---|
.. | ||
.storybook | ||
src | ||
package.json | ||
tsconfig.json |