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
The Transitions do not play, the component gets rendered 100 ms after all the other components but the transition does not get played (component has attribute appear)
First, to answer to your question: no, you can skip the app.use() call and use the transition components via direct import.
Secondly, I can reproduce the problem, the only thing is that happens because of delay property, not appear.
You can check that it works as intended in case like
The problem occurs if the delay property is used and if the delay is greater than (or equal to) the duration.
I'm very busy right now, and besides, it's not as easy to solve as it may seem.
I'll take a look, but I'm pretty sure it will be in about two or three weeks.
For now, as a workaround, I recommend not to use the delay property and create an explicit trigger:
Actual behavior
The Transitions do not play, the component gets rendered 100 ms after all the other components but the transition does not get played (component has attribute
appear
)Expected behavior
Play transition on appear
Steps to reproduce
Environment
Additional context
Question: Is it required to call app.use even when using the components via import?
Possible solution
No response
The text was updated successfully, but these errors were encountered: