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 trialChris Kwong
10,266 Points-webkit-prespective doesn't work in chrome anymore
The -webkit-prespective attribute doesn't work have any affect in chrome. I have the latest version of chrome as of Nov 27 and it seems that the styles for this attribute has been crossed out in the devtools
This is my screenshot: http://i.imgur.com/NbKpwss.png
notice how -webkit-presective is crossed out with a warning icon.
1 Answer
Chris Shaw
26,676 PointsHi Chris,
As of Chrome 36 vendor prefixes are no longer required for a vast majority of the transform functionality, simply drop -webkit
and Chrome will accept it.
Chris Kwong
10,266 PointsChris Kwong
10,266 PointsAlso I have found that I spelled "perspective" wrong. Silly me!