๐ Bug report
Latest master.
The upload complete animation displays properly.
The upload complete animation is corrupted.
GIF

Other information
OS: Windows 10
Browser: Edge 17
cc @dkonopka
I also think that it's not aligned properly (the tick is not centred in the circle) โ it happens in all browsers (at least on docs.ckeditor.com).
ATM there is no way to properly play this animation because Edge has rendering issues @keyframes with changed width and height value. I'll try to find some solution and still keep "drawing check" animation.
If we're not able to fix it maybe we could hide it in Edge? That will require a browser-specific class (and we could add those) or hiding this from JS (where we'll have access to env.isEdge very soon).
If we're not able to fix it maybe we could hide it in Edge?
or just disable animation and display only fadeIn/out instead of fancy tick animation.
we'll have access to env.isEdge very soon
๐ waiting then!
Here you are: https://github.com/ckeditor/ckeditor5-utils/commit/13d4af44297b9a2e6bc0c5761e42d0c1cecc6101 :)
Most helpful comment
Here you are: https://github.com/ckeditor/ckeditor5-utils/commit/13d4af44297b9a2e6bc0c5761e42d0c1cecc6101 :)