AFFiNE/packages/frontend/component
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
..
.storybook chore: clean up runtime flags and envs (#7454) 2024-07-11 02:05:31 +00:00
src feat(component): add animations to modal (#7474) 2024-07-22 03:22:42 +00:00
package.json chore: bump blocksuite canary (#7558) 2024-07-20 09:14:16 +00:00
tsconfig.json refactor(infra): migrate to new infra (#5565) 2024-01-30 07:16:39 +00:00