Make the animation sprite separate from the object.
Create object (box) with physics Behavior
Create the Animation sprite with pin Behavior.
On start of layout
--Set animation sprite position to object position
--Pin the sprite to object.
Then the sprite should follow the object and not effect the physics.