gpt4 book ai didi

CSS 过渡 : One not working after the other

转载 作者:太空宇宙 更新时间:2023-11-04 15:51:36 24 4
gpt4 key购买 nike

我有两个 CSS transitions 如下(它们都覆盖页面然后滑出,一个接一个):

  $('#div1').transition({ x: '-1500px', delay: 800 }, 1000);
$('#div2').transition({ x: '-1500px', delay: 1600 }, 1000);

第一个工作正常,但第二个不行。当然,我已经检查了所有的 CSS 和名称:

#div1 {
background-color: #000;
z-index: 99;
position:absolute;
width: 100%;
height: 100%;
}

#div2 {
background-color: #fff;
z-index: 90;
position:absolute;
width: 100%;
height: 100%
}

谁能帮帮我?谢谢!

最佳答案

看看这是不是你想要的效果:http://jsfiddle.net/Nr7nJ/

我将 div2 的背景颜色更改为红色,因为浏览器默认使用白色 bg。

关于CSS 过渡 : One not working after the other,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11149738/

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