I'm experiencing a weird behavior: if the object is moved by physics and it's size is tweened on top, the movement stops, than the tweening animation plays back, than movement continues.
Looks like it's the issue with C2 physics, I tried animating it with another approach and get the same behavior.
I tried using chipmunk physics by R0J0hound and it doesn't produce this behavior - nice!