-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
Junky page transition animation due to scroll to page top #9507
Comments
@d-ivashchuk can you provide environment information by running This issue is reproducible at https://using-page-transitions.netlify.com/ as well. /cc @pieh @m-allanson |
Here goes env information:
|
See #5213 (comment) |
Should we close this in favor of #5213? |
@thorn0 Yes, let's do that. @d-ivashchuk we'll be closing this issue, please follow #5213 for updates on |
Summary
I am trying to implement transitions between pages in my Gatsby blog. Although they work as expected, there is a problem I can't get rid of : when I scroll the page to the bottom, on click on
gatsby-link
the page will be scrolled to the top before actually transitioning.Relevant information
My
Transition
component is nothing fancy and looks exactly like explained inGatsby docs
To reproduce this issue open the following link , scroll to
Second Blog
and click on its card. Before transitioning to the contents ofSecond Blog
the page will actually scroll toThird Blog
.Expected behavior
Maybe it's default behavior of
link
but I want to fix this problem so transition will be done from the current position of the view.Thanks a lot for helping me out and as usual thanks for an amazing job of maintaining Gatsby!
The text was updated successfully, but these errors were encountered: