gpt4 book ai didi

javascript - jQueryUI : animate parent element height on child animation

转载 作者:行者123 更新时间:2023-11-28 10:23:54 24 4
gpt4 key购买 nike

当我使用 jQuery UI .hide('slide', {direction:'up'}) 动画隐藏子元素时,我也想为其父元素的高度设置动画。

Here是我所拥有的一个例子。动画看起来不太好,因为父级的高度在子级隐藏后立即更改,而不是像 jQuery .slideUp() 动画那样在一个过程中更改。

最佳答案

我很快改变了你的CSS,如下所示,它看起来很不错。稍微搞一下,它应该看起来就像你想要的那样。

#container{
width:100px;
padding:10px;
text-align:center;
height:auto;
}

#child{
background-color:blue;
border:10px solid #red;
border-top:0px;
}

#content{
background-color:red;
}

关于javascript - jQueryUI : animate parent element height on child animation,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4903271/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com