-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Scrolling jumps at end of loop #16
Comments
Please disable the "isLTR" prop, enable the "isVertical" prop instead of rotate view. |
I tried using the isVertical prop and it made no difference in the orientation |
Sorry, I realise that wasn't clear. Initially I enabled the 'isVertical' prop but it didn't affect the orientation of the scroll, that is when I chose to rotate the view an d enable the 'isLTR' prop to get it to work. Is there a usual reason for why the 'isVertical' prop would not work? Is it dependant on the orientation of the image? |
@Steven-lunchCo I confirmed that there is an issue with the "vertical" option. I will check it when I have time, thank you for your report. |
@SteveWatson75 did you find a solution to the jumping? I am currently experiencing the same. It only happens when I apply a vertical transform in the same way through Edit: i was able to get vertical scrolling to work (without jumps) by removing the transform. I used the version found in the pull request to add vertical scrolling, found at this commit: I manually added the index.tsx to my project and gave it a |
I am using this package for a vertical auto scroll and it is doing everything I need (thanks!) except at the end of the loop it jumps and I can't figure out why.
Screen.Recording.2021-09-17.at.09.57.53.mov
The text was updated successfully, but these errors were encountered: