今回作ったやつの動画を載せました。
https://t.co/8v5gnoRuTYpic.twitter.com/BQ9qy8veEe
— 作業おばけ@プログラミング学習中 (@oocf8) January 29, 2020
ソースコード
<!doctype html><html><head><metacharset="utf-8"><title>作業おばけ</title><style>.SO{position:absolute;}</style></head><body><h1class="SO"id="SO">作業おばけ</h1><script>letx=0;lety=0;leta=0;functiondraw(){a+=0.1;x++;y=y+Math.sin(a)*10;document.getElementById("SO").style.left=x+"px";document.getElementById("SO").style.top=y+"px";}setInterval(draw,16.7);</script></body></html>作業おばけのWEBサイト https://www.o--o.cf/