-
-
Notifications
You must be signed in to change notification settings - Fork 91
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
Double resize speed #11
Comments
Not really sure what you mean here? |
when you resize block, which is always centered on the middle of the screen, resize speed is 50% slower, because resize axis applies both to left & right side at the same time. |
@dariuszsikorski any solution to this? |
@nickberens360 we end up writing our own resize library (which is not on github).
|
Just to clarify: The problem is that the bottom-right red square in https://jsfiddle.net/8tn708u4/ doesn't follow the mouse when dragged. |
@pmorch Yes indeed |
When resized element is centered it should change it's width/height two times faster (on each Drag event).
Demo: https://jsfiddle.net/8tn708u4
The text was updated successfully, but these errors were encountered: