GriffinJohnston / ldrs

Modern, tree-shakeable loader & spinner web components. Made with CSS, HTML and SVG. https://uiball.com/ldrs
MIT License
1.75k stars 54 forks source link

Mirage Loader looks different in Safari compared to Chromium browsers #29

Open cristianvsirbu opened 2 months ago

cristianvsirbu commented 2 months ago
So in Chrome, Brave and other Chromium browsers the Mirage Loader is being displayed correctly but on Safari it doesn't. Can someone help me with a fix on that? Brave Safari
Screenshot 2024-08-23 at 11 54 37 Screenshot 2024-08-23 at 11 54 47
GriffinJohnston commented 2 months ago

Yea, Safari has some issues with SVG filters. I actually think this could be fixed by replacing the divs used here with SVG circles though. I'll take a look at that.

cristianvsirbu commented 2 months ago

Yea, Safari has some issues with SVG filters. I actually think this could be fixed by replacing the divs used here with SVG circles though. I'll take a look at that.

Thanks, will also give it a try to see if it solves the problem and will write an update on that.