AFFiNE/packages
JimmFly 55db9f9719
feat(component): add animations to modal (#7474)
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.
2024-07-22 03:22:42 +00:00
..
backend chore: refresh unnamed user (#7544) 2024-07-19 04:01:39 +00:00
common chore: bump blocksuite canary (#7558) 2024-07-20 09:14:16 +00:00
frontend feat(component): add animations to modal (#7474) 2024-07-22 03:22:42 +00:00