-
Notifications
You must be signed in to change notification settings - Fork 101
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
[Bug] scrollToCard
animation doesn't look right with custom duration
#60
Comments
The reason why it probably doesn't do anything is because That said, if you use it with |
scrollToCard
animation doesn't look right with custom duration
Yup, I came to this point as well. Is there any other way to reduce this animation speed or fix the buggy part ? |
Apparently, using Have you tried wrapping it inside a edit: nvm probably won't work but worth a shot. |
I have tried this solution as well and still it is not working :( |
New Issue Checklist
Question
Is it possible to slow down the animation of scrollToCard(at:animated) method ?
I was trying to slow it done with:
and
and both of the methods don't seem to work for me.
The text was updated successfully, but these errors were encountered: