gpt4 book ai didi

Jquery 见证推子工作不顺畅

转载 作者:行者123 更新时间:2023-12-01 06:47:58 26 4
gpt4 key购买 nike

我使用jquery使用淡入淡出效果将我的div一一旋转,但效果不平滑它上下跳动然后显示这是我的 fiddle 。

http://jsfiddle.net/xXRwA/

$(document).ready(function(e) {

$('.testimonials div:first').show();


setInterval(function(){ $('.testimonials div:first-child').fadeOut().next('div').fadeIn().end().appendTo('.testimonials') },3000);
});

最佳答案

添加以下 CSS:

.testimonials {
position: relative;
}

.testimonials .a {
position: absolute;
}

这会将所有 .a 放在一个或另一个之上

演示:http://jsfiddle.net/xXRwA/1/

关于Jquery 见证推子工作不顺畅,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20611506/

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