Animating Colliders?

'Ello all, I’m having a bit of a problem with one of my animations. I have a door model thats pivot point is at it center. No problem, I just made an empty gameObject and animated that with the door as its child. But when I played the scene, I found in the scene view that the doors box collider was the one with the animation, not it door itself. When I animated the door the whole thing moved… why is it different now? Has anyone had a similar problem? Thanks.

Take a look at the animation curves and make sure that the right values are being changed. You need to be animating the rotation of the transform component of the pivot, make sure it is that way in the animation window.
Also is the parent object at any oblique scale? if so that will result in some weird things happening with rotation.

Solved: I re-made the object and the bug went away. Thanks for all the help.