0

标题可能看起来有点混乱,所以我画了一个草图,这样你就可以更多地了解我想要实现的目标: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; 
} 

http://jsfiddle.net/ea9VT/1/

它不应该是卷轴。

谁能解释这应该怎么做?

4

1 回答 1

0

我的建议是您可以将 Jquery 用于此动画。我希望通过使用 JQuery animate 函数非常简单。

于 2013-11-06T11:22:15.080 回答