We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
so many callback function that i don't know which one should i do ???
The text was updated successfully, but these errors were encountered:
The api is basicly as same as hammer.js.
They are in diffrent standpoint.
pinchstart / pinchmove / pinchend / pinchcancel is based on TouchEvent view, they are the low level api.
pinchstart / pinchmove / pinchend / pinchcancel
pinch in a uniform api, or a alias,both pinchstart / pinchmove / pinchend / pinchcancel will trigger pinch at the same time. It's just for convenient.
pinch
pinchin, pinchout is the top level api, which calculated the actually gesture behavior for users. pinchin means zoom out, pinchout means zoom in.
pinchin
pinchout
Sorry, something went wrong.
paranoidjk
No branches or pull requests
so many callback function that i don't know which one should i do ???
The text was updated successfully, but these errors were encountered: