We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to create the animation same like organize icons on homescreen from your android or iOS!
Animation description: longPress -> activate drag mode -> move around item to organize. all this functions without leave mouse or touch down!
On desktop (chrome, safari and firefox) works fine but when try using on touch device after long press don't do nothing!
http://jsfiddle.net/pouic/rokshzxj/2/
any ideia to resolve that?
The text was updated successfully, but these errors were encountered:
#516: + chosenClass
2859b57
Try dev-branch and use delay + chosenClass options: http://jsbin.com/mibaruq/edit?html,css,js,output
delay
chosenClass
Sorry, something went wrong.
v1.3.0: Improved stability and performance on touch devices; Added a …
385f03e
…new option `chosenClass` And so on: #558, #547, #542, #537, #532, #516, #500, #489, #489, #447, #475, #459, ##422, #411, #356
Seems like the delay is not working, When I try your jsbin, nothing happens even after one second of mousedown on one image.
I am on chrome, I need that delay for a project but can't make it work unfortunately.
No branches or pull requests
I'm trying to create the animation same like organize icons on homescreen from your android or iOS!
Animation description:
longPress -> activate drag mode -> move around item to organize.
all this functions without leave mouse or touch down!
On desktop (chrome, safari and firefox) works fine but when try using on touch device after long press don't do nothing!
http://jsfiddle.net/pouic/rokshzxj/2/
any ideia to resolve that?
The text was updated successfully, but these errors were encountered: