ankurk91 / vue-loading-overlay

Vue.js component for full screen loading indicator :cyclone:
https://ankurk91.github.io/vue-loading-overlay/
MIT License
1.24k stars 101 forks source link

animatetransform with Edge 18 is not animating #36

Closed AleeeKoi closed 4 years ago

AleeeKoi commented 5 years ago

Hello, As mentioned in readme edge 18 should be supported. But SVG "animatetransform" is not supported yet by Edge. Any suggestions? Thank you

ankurk91 commented 5 years ago

I dont have access to Windows machine. I can ensure that vendor prefix present in css

AleeeKoi commented 5 years ago

@ankurk91 it's the svg element that is not supported. See this: https://caniuse.com/#feat=mdn-api_svganimatetransformelement

ankurk91 commented 5 years ago

Okay, i will look into it. Meanwhile you can try a different loader other than spinner.

AleeeKoi commented 5 years ago

Hi @ankurk91 , same problem with all loaders. I think that migrate all svg loaders to html+css animations could be a great solution. Thank you

ankurk91 commented 5 years ago

Switching to html+css is not possible now. V2 was using this approach. You can try v2.