Tag: jquery slide effects

使用幻灯片动画的jQuery UI show在动画开始前跳转到完整高度

我正在尝试创建一个简单的消息,该幻灯片可以滑入并“优雅地”将其下方的内容滑入其中。我遇到的问题是消息下方的内容没有优雅地滑动,而是“跳跃”在动画开始之前到消息的完整高度。 消息被隐藏时也是如此 – 消息向上滑动,但高度保持不变,直到动画完成,然后内容弹回到位。 超简化JSFiddle: http : //jsfiddle.net/U94qD/2/ 代码(如果JSFiddle关闭): HTML: Sliding Something into place This is always shown, but jumps down when the slide animation starts instead of sliding down with the element as it’s displayed and it stays in place as the div above hides instead of sliding smoothly with it. JS: setTimeout(function() { […]