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: Part 1

Lucas Krause
Lucas Krause
19,924 Points

It's "-webkit-transition-duration", not "-webkit-duration"

This is not a question.

Please note that the vendor-prefixed version of transition-duration (and other *-transition properties) is not -webkit-duration as shown in this video.


Snapshot from video at 8:28

The correct vendor-prefixed version is -webkit-transition-duration (for WebKit browsers for example).

Copying in Guil Hernandez so he can respond ...

1 Answer

I've tried both *-duration and *-transition-duration and they both work the same.