バイキング - アンサイクロペディア
大草原不可避takker.icon
css
scrapboxにも適用可能
https://gyazo.com/b124f4caa2cde46d2be06004ae3a06d4
編集はできなくなる
座標がむちゃくちゃになってカーソル位置を計算できない
code:css
body{
animation-name: vzykh;
animation-duration: 12s;
animation-iteration-count: infinite;
animation-timing-function: ease;
transform-origin: center top;
}
@keyframes vzykh{
0% {transform: rotate(-30deg);}
50%{transform: rotate(30deg);}
100%{transform: rotate(-30deg);}
}