Material-ui: [CircularProgress] IE, Safari: weird behavior

Created on 28 May 2015  路  8Comments  路  Source: mui-org/material-ui

progress-circular-weird

CircularProgress

Most helpful comment

Can we have a fallback for that? Not supporting at least IE11 seems a bit wrong :(

All 8 comments

Ops, sorry. Forgot to add my browser info:

image

Same on Edge

IE11 not support transitions on SVG elements, that's the problem

see the example... http://jsfiddle.net/cK4SM/14/

Then I suppose there is nothing we can do about this? @luisrudge @castrolol

Can we have a fallback for that? Not supporting at least IE11 seems a bit wrong :(

Then I suppose there is nothing we can do about this? @luisrudge @castrolol

MaterializeCSS obviously found a way to handle it in IE

the suggestion from @DERIIIFranz works like a charm. Would suggest to move to the solution MaterlizeCSS has to offer. They built their loader with a bunch of animations layed on top of each other.
Integrated the code as proof of concept into our product. Works well and effort was quite small.

I'm closing this issue for this one #5524.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ghost picture ghost  路  3Comments

activatedgeek picture activatedgeek  路  3Comments

chris-hinds picture chris-hinds  路  3Comments

ryanflorence picture ryanflorence  路  3Comments

finaiized picture finaiized  路  3Comments