If i have a drawer and in that drawer is a notebook, and then i animate closing the drawer with an animation, the notebook will stay in place. The notebook will eventually end up in almost the right place, because the collision with the front side of the drawer will push it inside. But with the beginning of the animation, the notebook will visibly stay in the same place, even though the drawer underneath it is moving.
How can i make the drawer drag the notebook (and any other objects that are inside) together with it?
I tried adding a material with a gazillion of friction to both the drawer and the notebook, but it changes absolutely nothing, like friction doesn’t apply to animations.