-
-
Notifications
You must be signed in to change notification settings - Fork 765
#160 fix #163
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
#160 fix #163
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the difference between offset1 and offset2? Do you mean to say that offset1 is offset from the element that swipe starts on, and offset2 is from the element that the swipe ends on?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
offset1 and offset2 are offsets from borders of the element.
offset1 is the offset from the border where the swiping should be started.
offset2 is the offset from the border where the swiping should be ended.
If parameter names are not clear how should I rename them?
|
Ok. I am going to rename offset1 and offset2 to offsetFromStartBorder and offsetFromEndBorder. Is it ok? |
|
For me it's clear. |
|
Ok. |
|
I've improved parameter names and comments. |
|
Great :) |
Change list: