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 Transitions - WebKit Only

Solution does not transform

This is the solution which passes the challenge:

-webkit-transition: border-radius 2s linear 1s;

Problem is, in the preview browser, it doesn't work. (Chrome Version 32.0.1700.107 m)

When I use the non webkit code, it seems to transition fine, but without a test case I can't be sure I have the correct code because it also won't pass the challenge with both.

It's a minor problem but I thought I totally didn't understand this because I couldn't pass the challenge. What am I doing wrong?