Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
- Understanding 3D Transforms 2:42
- Activate 3D Space with perspective 6:47
- Create a Flipping Animation with 3D Transform Properties 10:09
- 3-Dimensional Rotations with rotateZ() and rotate3d() 4:47
- Changing the Viewing Position with perspective-origin 4:46
- 3D Transforms Challenge 2 objectives
- Creating a Consistent Depth Perspective 2:39
- Build a Rotating 3D Cube 9:31
- Moving Content with translate3d() 3:44
- Review: 3D Transforms 6 questions

- 2x 2x
- 1.75x 1.75x
- 1.5x 1.5x
- 1.25x 1.25x
- 1.1x 1.1x
- 1x 1x
- 0.75x 0.75x
- 0.5x 0.5x
By default, the position at which the viewer sees 3D space is the center of the screen. You can change the viewing position with the 'perspective-origin' property.
Resources
Video review
-
perspective-origin
sets where the viewer sees the objects in 3D space. -
perspective-origin
doesn't do anything by itself; you need to apply the property to the element enabling 3D space. -
perspective-origin
accepts two values that set the horizontal and vertical position; the values can be length units, percentages or position keywords. - The default value for
perspective-origin
is50% 50%
. - A horizontal percentage value below
50%
moves the origin towards the left. - A horizontal percentage value over
50%
moves the origin towards the right. - A vertical percentage value lower than
50%
moves the origin up from the default center position, while a value higher than50%
moves the origin down.
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up-
Samuel Kleos
Front End Web Development Techdegree Student 13,728 Points1 Answer
-
Jake Almendarez
Front End Web Development Techdegree Student 4,250 Points1 Answer
View all discussions for this video
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up