-
Notifications
You must be signed in to change notification settings - Fork 959
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Navigation between long pages issue #201
Comments
There is a quick fix: Remove File : https://github.com/cretueusebiu/laravel-vue-spa/blob/master/resources/js/router/index.js
|
It worked . thanks |
Seems like a pretty low risk change to make everywhere. @cretueusebiu would you like a PR to add this into this project? |
Yeah sure, but what default value should we use ? 100 / 150 / 200 ? |
I have found the sweet spot to be 190 ms, I use the same ms in multiple apps , but , just to be safe , you can set it to 200 , You cant notice any difference whatsoever. |
Cool, I had thought a nice CSS scroll back to the top instead of a snap might be nice. I'll try a few different things starting at 190/200 and see what seems to look best. |
@jimohalloran Sounds great! I've seen your other PRs and will hopefully review and merge them very soon. |
No rush, whenever you get time. I've got a bit of spare time at the moment, so just giving a little back to a project that's given me a lot over the last year. If there's anything you specifically want me to take a look at, sing out. Happy to help where I can. |
When navigating between pages within the same layout (Or not) there is a behavior that is not very much user friendly in my view.
For example if is there a route-link in the middle/bottom of the page upon click the page goes to top very fast and then is showed the new page. Its kind of annoying :/
Is there any way to fix this ?
Example:
The text was updated successfully, but these errors were encountered: