Niklas Rämö

Results 115 comments of Niklas Rämö

Alrighty, sounds pretty straightforward if that's all what it takes. This would need tests too. Let's see if someone wants to take a stab at this at some point.

Weird behaviour indeed. I have good guess what might cause those behaviours, but a live demo would be helpful here so one can tinker with the code.

@GianlucaFrongia hmmm, possibly.. I've been thinking about moving the docs to a separate site for quite a while now, but the convenience having the docs in the README has probably...

Could you please put this example to codepen or some other similar service so people can see better what the issue is and possibly debug it?

What is the area between two rectangles called in english? Tried to google it but with no luck. Maybe a good method name for this could be `mezr.areaBetween(elemA, elemB)`. Or...

Maybe `mezr.gap(elemA, elemB)` would be good?

**When** do you exactly want the item to return to it's previous position? One way that comes to mind in general is to keep track of the previous order of...

@clurect not yet, but hopefully soon :) DragDoll's API is in a pretty good state, but there are a bunch of tests and docs to write. If you're interested in...

DragDoll depends on Tikki library, which is used to queue DOM read and write operations in some cases in DragDoll. The only time this issue should happen is if you...