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

Alternative to clip path?

Is there an alternative to the clip path that has a greater browser support? I am trying to have "ring 1" rotate clockwise and "ring 2" rotate counter-clockwise on an infinite loop. Please see image here: http://uploadpie.com/lZErY Is this possible? Thanks!

1 Answer

Steven Parker
Steven Parker
229,732 Points

What if the rings were image files that were made up of semitransparent white areas and totally transparent areas. Or, images of solid white and transparent areas which were displayed using lowered opacity.

Would that do the same job?

One more idea — an animated GIF of counter-rotating clear image parts displayed over the hazy background.