-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Parallax.scrollTo
only scrolls to initial position
#1517
Comments
With all due respect, these bug reports are really unclear. Can you try and thoroughly explain your bug, why you think it's a bug and why you think the expected behaviour is what you've written. |
I have update it |
To add to that, there are a fair few fixes in our |
Although these sandboxes use the most up to date version of the library (9.2.0-beta.6?) and the issue is there 😞 |
I think the sandboxes are in the latest stable version, which is 9.1.2. |
Ah my bad, yep updating them to our beta works as intended – https://codesandbox.io/s/lively-resonance-wp5fj?file=/src/App.tsx |
Replace use of multi target react-spring to avoid peer dependency warnings. Update package.json files, JS imports and lock deps Close #1505
🐛 Bug Report
It is not possible to Scroll using the parallax.scrollTo
To Reproduce
open the spring documentation official example
https://codesandbox.io/s/github/pmndrs/react-spring/tree/master/demo/src/sandboxes/parallax-vert
click on the Server image inside the output
It does nothing
Expected behavior
Scrolls to the second
offset
page with a bash terminal image insideEnvironment
"@react-spring/parallax": 9.1.2
The text was updated successfully, but these errors were encountered: