-
-
Notifications
You must be signed in to change notification settings - Fork 626
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
Jerky animation, no way to track swipes (Problems migrating to version 1.0.0 from 0.6.0) #225
Comments
simplified example:
|
Hi @merelj, thanks I've been able to fix it in the 1.0.0-dev.5 version. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there, and thanks a lot for such a great library 👍
Found several problems after migration:
there is a visible jerk in animation when slidable is swiped quickly: animation first stops about at about halfway and then continues only after user removes their finger
there is no way to track left/right swipe for analytics: onNotification does not provide any info on what kind of swipe it is and if it was successfull (openThreshold was reached); I more or less managed to track this in 0.6.0, but in 1.0.0 there is just no way
I know that 1.0.0 is a pre-release for now and you might be working on those problems already, but hope it helps 🙇
The text was updated successfully, but these errors were encountered: