Closed Oreilles closed 4 years ago
The link redirects to /example/transitions/tabs/home , from which trying to go back triggers the scaling animation again, not actually going back to /example/.
/example/transitions/tabs/home
/example/
Hi @Oreilles
This has been fixed in the next version. We've added a redirect helper, which does the same as goto, except it uses replaceState instead of pushState.
replaceState
pushState
The link redirects to
/example/transitions/tabs/home
, from which trying to go back triggers the scaling animation again, not actually going back to/example/
.