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 Animating SVG with CSS Transitions and Transforms Transitions and Transforms

Seriously????

How can one be expected to complete the task without information. I checked the other questions regarding this, and it STILL won't work....

From the forum...

<<<I have been using this code and it works in preview, but does not pass.

.star-bg { transition: 1s ease-out; }

.star-bg:hover { fill: #FFF; }

Please correct me as I cannot see where I am going wrong? Note easing and fill colour were not specified in original task.

STAFF Guil Hernandez 9,819 6 months ago

If you include something that is not specified in the task, it will not pass. For example, the ease-out timing function is not necessary and the fill color needs to be steelblue instead of #FFF.>>>

Nowhere in the instructions does it say anything about changing the color to steelblue, and even IF you do it that way, it still fails. I call bull on this one!! The only complaint I have about Treehouse are these oddball quizzes with NO logical answer!

Hi Scott,

Is it task 2 that you're stuck on?

4 Answers

Makes it hard to do step 2 when the color you need isn't introduced till step 3.

Yes, but ended up cheating my way through it!

Really frustrated over the lack of instruction. Where the heck does STEELBLUE come from in this whole thing?

steelblue was mentioned in task 3.

Ayub Akbari
Ayub Akbari
1,121 Points

I am stuck of task 2. Need help.

What css do you have?