Problem
I\'m trying to make a layer appear like it\'s a wall falling down, revealing the layer behind it. I\'ve setup two fixed div positions. The \
My rotating element wasn't suitable to have a neighbour to the background, but I fixed it by applying
transform: translateZ(1000px); transform-style: preserve-3d;
to the parent of the rotating element. Safari now thinks it's 1000px infront of the background.