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 trialAntonio Martinez
Courses Plus Student 14,457 Pointscompatibility with IE?
So, animating SVG using CSS with an inline SVG element is compatible with IE or it isn`t? If not... what are the ways to animate SVG in IE????
Thanks...
4 Answers
geoffrey
28,736 PointsI highly recommend you to check this using the website canIuse.com, there you'll be able to check how supported SVG format is accross IE and others browsers and the same with all the CSS.
geoffrey
28,736 PointsYou can still use these new technics and use fallback for all the browsers that don't support SVG format. Like having static images if the browser doesn't support SVG. I know this is frustrating, but that's unfortunately like that in the world of web development as you know...
Antonio Martinez
Courses Plus Student 14,457 Pointsyeah, ok I already knew that reaaly nice tool... I've veen cheking it out, and my conclusion is that... I wish IE8, 9 & 10 died as soon as possible....
Antonio Martinez
Courses Plus Student 14,457 PointsI know... in the end all what we have to do is WORK WORK and WORK... that's what this job consists of..... thanks again...