Keyframe only working for Chromium browsers
Unanswered
Oak apple gall wasp posted this in #help-forum
Oak apple gall waspOP
What can i do alternatively
used in
@keyframes spin {
0% {
--rotate: 0deg;
}
100% {
--rotate: 360deg;
}
}used in
background-image: linear-gradient(
var(--rotate)
, #5ddcff, #3c67e3 43%, #4e00c2);