30分
1800秒
1時間の半分
25分
30分単位でスケジュールをたてろとよくいいます。
30分の作り方
朝30分早く起きる
時には便利なパソコンや携帯、家電に頼る
テレビを見る時間を減らす
残業をしない(ぉぃ)
タイマー
https://svg-hosting.vercel.app/api/svg?url=https://scrapbox.io/api/code/suto3/30分/r.svg
code:r.svg
<svg width="200" height="200" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
<circle cx="50" cy="50" r="45" fill="lightblue" stroke="black" stroke-width="5">
<animate attributeName="fill" values="red;yellow;green;cyan;blue;magenta;red" dur="1800s" fill="freeze" />
</circle>
<line x1="50" y1="5" x2="50" y2="50" fill="none" stroke="black" stroke-width="5" >
<!-- 60秒で0度から360度まで回転 -->
<animateTransform
attributeName="transform"
type="rotate"
from="0 50 50"
to="360 50 50"
dur="60s"
repeatCount="30" />
</line>
</svg>