Weird transition/animations for popups (shadcn-svelte@next
)
#1460
-
(I'm posting this here because I think I may be doing something wrong.) I just migrated my SvelteKit project to Svelte 5 and started using Screen.Recording.2024-11-07.at.12.16.18.PM.movIf anyone would like to help, here's how to reproduce:
If you do figure it out, you can comment here with the solution, or open a PR in the repo.. Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
gyenabubakar
Nov 8, 2024
Replies: 1 comment
-
UPDATE: found a fix. I removed this block of CSS: *:not(svg) {
@apply transition-all duration-200;
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gyenabubakar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
UPDATE: found a fix. I removed this block of CSS: