いわゆるハンバーガーボタンのアニメーションをリハビリがてら実装してみた。
A Pen by nakashima akira on CodePen.
| .title | |
| span タイトル |
| .wrapper | |
| .parent.parent-1 | |
| - for(var i = 0; i < 10; i++ ) | |
| .child-1 child-1 | |
| .parent.parent-2 | |
| - for(var i = 0; i < 8; i++ ) | |
| .child-1 child-1 | |
| - for(var i = 0; i < 2; i++ ) | |
| .child-2 child-2 | |
| .parent.parent-3 |
いわゆるハンバーガーボタンのアニメーションをリハビリがてら実装してみた。
A Pen by nakashima akira on CodePen.
| <link rel="import" href="../ace-element/ace-element.html"> | |
| <link rel="import" href="../topeka-elements/category-images.html"> | |
| <link rel="import" href="../core-icon/core-icon.html"> | |
| <link rel="import" href="../core-icons/core-icons.html"> | |
| <link rel="import" href="../core-icons/av-icons.html"> | |
| <link rel="import" href="../paper-fab/paper-fab.html"> | |
| <polymer-element name="my-element"> | |
| <template> |