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
When you are at / and navigate to /page1: it fades /page1 in.
But as soon as you add out:fade="{{ duration: 700}}" after in:fade..., you see a fade in transition of /page1 and the full contents of / and /page1 that fade out.
/page1 got instanciated 2 times.
Currently i conceal the view problem with a kind of this code:
Use your example https://github.com/AlexxNB/tinro#transitions
When you are at
/
and navigate to/page1
: it fades/page1
in.But as soon as you add
out:fade="{{ duration: 700}}"
afterin:fade...
, you see a fade in transition of/page1
and the full contents of/
and/page1
that fade out./page1
got instanciated 2 times.Currently i conceal the view problem with a kind of this code:
This does not prevent the router to create 2 instances of
/page1
Is there any solution for this?
The text was updated successfully, but these errors were encountered: