本帖最后由 婴宁 于 2023-8-10 11:39 编辑
@grid: 1 / 50px;
cursor: pointer;
background: radial-gradient(yellow, #6DC7D0, #fff);
clip-path: @shape( fill-rule: evenodd; split: 00; scale: .6; r: cos(7t)^2 + sin(7t) + .3;);
animation: rot 6s infinite linear var(--state);
@keyframes rot { to { transform: rotate(360deg); } }
|