You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Introduction to moveable mixin
This is a part of #208.
Previously we were using jquery-ui draggable in order to move objects.
In future we should refactor this mixin to use css transform property instead of top/left.
This is why:
https://csstriggers.com/left vs https://csstriggers.com/transform
* Refactor to more backbone way
* Add tests
* Refactor to use transform instead left/top
* Remove unused function
* Fixes after code review
* Encapsulate mixin logic
* Fix issues related to dragging and update tests.
* Fixes after code review
After that there should be possibility to downgrade Node and we should try to build it against multiple Node versions on Travis.
The text was updated successfully, but these errors were encountered: