roxiness / routify-starter

https://example.routify.dev/
198 stars 55 forks source link

Impossible to go back to previous page from /example/transition #28

Closed Oreilles closed 4 years ago

Oreilles commented 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/.

jakobrosenberg commented 4 years ago

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.