标题可能看起来有点混乱,所以我画了一个草图,这样你就可以更多地了解我想要实现的目标:https ://www.dropbox.com/s/luoiz4erg4jfk8y/howitshouldwork.png
选项卡功能基于liquidslider
我已经开始过渡部分了,但我需要一些帮助...
CSS:
li a:onClick + .bottom {
-webkit-transition: height 0.3s ease-in-out;
-o-transition: height 0.3s ease-in-out;
-moz-transition: height 0.3s ease-in-out;
transition: height 0.3s ease-in-out;
bottom: 400px;
}
它不应该是卷轴。
谁能解释这应该怎么做?