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

John Rothra
John Rothra
6,711 Points

SVG transition effects one ID sooner than the other. Weird or am I forgetting something?

https://codepen.io/jrothra/pen/bWeKML

If you hover over the image, you should see that the box transitions sooner than the logo. That seems weird, but I'm sure I've forgotten or overlooked something.

Although they are in the same SVG, the logo and box are different IDs.

Can someone explain what's going on here? Also, how do I get them to transition simultaneously (other than setting each at different transition speeds, playing around until I find what works)?

2 Answers

Hi John

On line 23, you forgot the '#' - #rect3706 and they should transition at the same time.

John Rothra
John Rothra
6,711 Points

Oh, geez. How did I miss that? Thank you.

You're welcome John!