How to make the middle part of this loader transparent
https://codepen.io/stressunfit/pen/MWLgQee
Hi, i made a loader but i am facing issue to make the middle part transparent. if i set
.inner-circle
class same color as background color it looks fine. but i want it to be transparent so that i can show this loader on picture's.2 Replies
you can use a mask-image radial-gradient
with this, you don't even need the inner div anymore
@MarkBoots Thanks!! works perfectly.