I am trying to make a 3d transition/transformation so that when a link is click a bar run the length of my website rotates to reveal different options. However it currently looks very untidy, in that each face of the cube has gaps around it, and you can see each face of the cube, regardless of whether it not view (i.e when it is animating you can see text you should be able to see, it also gives the impression that bar grows in width when animating.

Is there anyway I can tidy this up?

I have made a fiddle which can be found here

link|improve this question

72% accept rate
feedback

2 Answers

up vote 0 down vote accepted

I’m not sure about the gaps, but applying -webkit-backface-visibility: hidden to .face should sort out the visible text issue.

There‘s a good cube example at the end of this blog post which might help with the gaps — maybe you need to use translateX to get the faces into the right position?

link|improve this answer
feedback

To improve look have you tried appliying some kind of shading to the faces so that they change their brightness according to their angle in respect to a light source (e.g. from the view point). I'm familiar with 3D techniques but not with webkit so I am trying to help but I cannot be specific as I would.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.