Hi! First thanks for this great library!
I was wondering if it is possible to auto calculate default translation and from/to direction based on the position of the elements one to each other?
In this example, since the to element is on the bottom right of the from element, default translation / direction could be:
for the from element: direction = BOTTOM, translation = [0,1]
for the to element: direction = TOP, translation = [0,-1]
Hi! First thanks for this great library! I was wondering if it is possible to auto calculate default translation and from/to direction based on the position of the elements one to each other?
In this example, since the
to
element is on the bottom right of thefrom
element, default translation / direction could be:Thanks!