You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically, I'm filling a form with error or success messages. I use a store and a FormMsg component. I need this component to be able to close the message from within. Functionally, it works well, but I cannot use a local transition on the FormMsg, it is simply not applied. I don't want to use it anyways, but global transition does not seem to work either.
It sounds like you want more control over when the transition is applied, or how many levels deep it is applied. I'm closing this in favor of sveltejs/svelte#8850
Another option would be to have a |all-but-navigation filter or something like that. It would specify that the transition is happening in any case, except if it is a page navigation.
Describe the bug
Hi,
Thanks for the open source work, great project!
I am in a situation where I cannot have my local transition working, and I don't want to have a global transition as it slows down page navigation.
This was already discussed there, but the issue as been closed, whereas the problem is still there.
Reproduction
To understand the bug, you can check this repo I made. There is also this stackoverflow question.
Basically, I'm filling a form with error or success messages. I use a store and a
FormMsg
component. I need this component to be able to close the message from within. Functionally, it works well, but I cannot use a local transition on theFormMsg
, it is simply not applied. I don't want to use it anyways, but global transition does not seem to work either.Logs
No response
System Info
Severity
serious, but I can work around it
Additional Information
No response
The text was updated successfully, but these errors were encountered: