-
Notifications
You must be signed in to change notification settings - Fork 786
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
Add new resizable element and start resize immeditly #459
Comments
I need some serious help with this...would be awesome to make this work. JSFiddle: https://jsfiddle.net/kz12gwz9/41/ Resizing on added items work but there are problems when click->drag to add. The event are missing some vital data. This works OK but there are multiple issues.
Fix available in branch here: https://rawgit.com/emilkarl/interact.js/fix--my-start-pointers/dist/interact.js |
You need to provide the interaction.start({ name: 'resize', edges: { right: true } }, interactable, element); |
See taye#188 (comment) and taye#459 for more information.
See #188 (comment) and #459 for more information.
Trying to add a new element (
.item
) onmousedown
in.container
. I would like the item to resize directly on add so you can add + resize in one motion and then release mouse.Any ideas if that is possible? Trying to fire
hold
after element is added but that does not make it happen.http://jsfiddle.net/kz12gwz9/31/
The text was updated successfully, but these errors were encountered: