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 CSS Transitions and Transforms Getting Started with CSS Transitions Creating Your First Transition with transition-duration

Why doesn't this work in Chrome?

I tried the transition in Chrome and it didn't transition gradually even when I changed to 4 seconds. I tried the same code in IE11 and I saw the transition.

Steven Parker
Steven Parker
229,732 Points

I am curious to see what you mean! To facilitate analysis, please show your code. Or even better, make a snapshot of your workspace and post the link to it here.

Also mention your chrome version and platform.

1 Answer

Steve Gallant
Steve Gallant
14,943 Points

You've probably already figured this out, but force Chrome to refresh (Shift + Refresh) to get it to work. Steve