了解しました。これが今の取引です。高さが182x182ピクセルに固定され、水平方向に整列するように左に浮かぶdivがあります。私が行う必要があるのは、これらのdivの1つがクリックされたら、可能であればすべてのdivを水平から垂直にアニメーション化する必要があるということです。簡単なプラグインを紹介するか、すばらしいコードを書いていただければ幸いです。
例:
|-------| |-------| |-------|
| 1 | | 2 | | 3 | <-- Box 1 is clicked, boxes 2 and 3 need to
|_______| |_______| |_______| be animated vertically don't necessarily
| have to move in straight lines they can
|-------| V | float over or on top of eachother as long as
| 2 | <-- | they animate from horizontal to vertical.
|_______| |
|
|-------| V
| 3 | <----
|_______|