ui
ui copied to clipboard
feat(dialog): add exit animation
See shadcn/ui#72
Exit animations on Dialog didn't work because of the <div> between Portal and its children (Overlay and Content).
When removing those we need to position Overlay and Content differently, absolutely instead of centered within a flex box. Visually it should look the same with the addition of an exit animation (same as enter but in the opposite direction)
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| ui | ❌ Failed (Inspect) | Apr 3, 2023 7:24am |
1 Ignored Deployment
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| next-template | ⬜️ Ignored (Inspect) | Visit Preview | Apr 3, 2023 7:24am |
@baumerdev is attempting to deploy a commit to the shadcn-pro Team on Vercel.
A member of the Team first needs to authorize it.
Thanks for the PR. Logs:
Fixed it, run lint now runs successfully
I'm closing this because this and the main branch have diverged significantly / see #580 for current and more extensive fix