这是我想做的:
初始显示
---------------------------------------------
| |
| |
| |
| .span12 #col1 |
| |
| |
| |
| [#button] |
| |
| |
---------------------------------------------
然后,当#button 被点击时,#col1 内容被动画滑到右侧进入 .span3 和 #col2 .span9 从左到右(从屏幕外)动画:
按钮单击/动画后
-------------------------------------------------
| | |
| | |
| | |
| .span9 #col2 | .span3 #col1 |
| | |
| | |
| | |
| | [#button] |
| | |
| | |
-------------------------------------------------
然后逆向可能碰巧到达原始状态。
谢谢!
问题是
我正在使用 Twitter Bootstrap 网格系统。谷歌搜索Twitter Bootstrap column transtions animation
和变化没有出现任何东西。我不是 jquery 动画大师,所以我想我会恳求堆栈溢出的好心人。
希望这里有人可能比我更了解这类事情会用一些代码来回答,这些代码显示了它是如何实现的。抱歉,我以为只是在网站上发布就暗示了这一点。