ikmnjrd.github.io

CSSアニメーションで作るハンバーガーメニュー

Posted on 2022-01-12
目次

サンプルコード

See the Pen CSS-hamburger by ike (@ikmnjrd) on CodePen.

重要なポイント

CSSプロパティ

background: currentColor;

参考:https://zenn.dev/phi/articles/css-tips-currentcolor

アニメーションのイージング

アニメーション

座標変換の原点を設定するtransform-origin

WAI-ARIA

aria-expanded="false"