JavaScriptとCSSだけでキューブがグルグル回るアニメーションを提供するプラグインを紹介します。 HexaFlip ■四角の色の変更 サンプルのdemo.cssの以下の行を変更すると表面の色が変わります。 54行目〜73行目まで #hexaflip-demo1 .hexaflip-cube > div:nth-child(1n+1), #hexaflip-demo2 .hexaflip-cube > div:nth-child(1n+1) { background-color: #3366FF; color: #FFF; } #hexaflip-demo1 .hexaflip-cube > div:nth-child(2n+2), #hexaflip-demo2 .hexaflip-cube > div:nth-child(2n+2) { background-color: #00