-
Notifications
You must be signed in to change notification settings - Fork 2.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
Carousel animation is not smooth (has some delay) #409
Comments
Hey @duongkhoilinh, Oh, I totally get you! Unfortunately, this is a well known issue that has to do with the lack of exposed options for the |
hi @bd-arc thanks first of all for this great library! I wanted to ask if there is progress/hope with this bug, as I was a bit lost on the two related threads you linked to here Also, I wanted to ask if the I’m asking, as more than a React Native issue, this is an iOS issue (when referring to iOS), as the native method which So I wander if there is any other way to overcome this issue (if in fact that’t the main issue related to this bug)? As if it’s not available on the native – I don’t think it will be available any time soon on RN |
@oferRounds Thank you for the information regarding the native side! Our best bet at this point would probably be #40 since it gives access to information regarding velocity. I haven't been able to dig this enough for now, but if you feel a little adventurous I'd love to hear about your tests! |
Thank you @bd-arc for the answer! Ok, but something is still not completely clear to me (I’m an iOS developer originally): |
Is this a bug report, a feature request, or a question?
This is a question
Have you followed the required steps before opening a bug report?
(Check the step you've followed - replace the space character between the square brackets (
[]
) by anx
.)Hi, I'm using this library to implement scrolling for carousels. I'm having one issue: The scroll animation of my carousel is not smooth, seems like it has a small delay in the middle of the animation. Here are the videos comparing my app's scroll animation vs Uber's scroll animation:
Here's my code for the carousel:
The text was updated successfully, but these errors were encountered: