need some fixes in the border animation
hey folks this is the CSS of my div
In the attached image you can see the background behind the text which I do not want any idea how can I remove the background behind the text so it look like a rotating border animation
5 Replies
do you want the background behind the "artist name" and "date" to be transparent?
Yeah something like that
probably best to look into
border-image
the animation would still be an issue though.
FYI you can do that gradient in 1 declaration like so:
this isn't probably what you after but it may give an idea
https://codepen.io/MannixMD/pen/jOpYRwO
probably what you'd have to do for the animation is a registered custom property for the gradient start angle
i guess another possibility might just be using a css mask on the
:before