Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS Unused CSS Stages Transitions and Transforms 3D Transforms

Robbie Thomas
Robbie Thomas
31,093 Points

3d Transforms Quiz

Two issues.

The question they ask about how to set up the rotate3D, on the video and it's transcript, it says the following: The first three values set the direction, and the fourth value sets the rotation angle.

I selected the right answer but it says it's wrong.

I could also be wrong on this one, but it asks about rotating the card to not see any side. I put for the two answers: -webkit-transform AND rotateY and it told me no.

Help? Like to move on to the next stage!

2 Answers

The first 3 values in the argument set the direction of the rotation and the fourth value sets the angle of the rotation.

To not show the back of an 3d element you're looking for backface-visibility with the value set to hidden.

I hope that answers your questions.

Robbie Thomas
Robbie Thomas
31,093 Points

Thanks, but I already got the quiz done late last week. I'll give you best answer anyway.