2023.4.24 432赫兹
位置:
首页 >
黑氏音画[ 发布时间: 2024.2.18 作者: 马黑黑 阅读: 128 ]
:doodle {
@grid: 1x100 / 300px;
position: absolute;
bottom: 0;
cursor: pointer;
animation: rot 6s infinite linear var(--state);
}
@place-cell: center;
@size: calc(100% - @calc(@index - 1) * 1%);
background: hsla(
calc(calc(100 - @index) * 2.55),
calc(@index * 1%),
65%,
calc(@index / 100)
);
clip-path: @shape(
fill-rule: evenodd;
split: 200;
scale: .45;
x: cos(2t) + cos(π - 5t);
y: sin(2t) + sin(π - 5t);
);
@keyframes rot { to { transform: rotate(360deg); } }
前一篇: 2023.4.22圆内万花筒
下一篇: 2023.4.24鹰击长空