gpt4 book ai didi

css - 另一个 div 后面的绝对图像动画 - Angular 5 动画

转载 作者:太空狗 更新时间:2023-10-29 17:51:20 26 4
gpt4 key购买 nike

我有一张我想要制作动画的图片,它应该从底部向上滑动到它的位置。我正在使用 Angular 5 动画,到目前为止我的动画有效,但并不完全符合我的要求。请检查这个Plunker因为这是我所拥有的示例。

好的,我有两个 divheight: 50%。顶部的 div 有一个图像(在 plunker 中表示为红色方 block )设置为 position: absolute。我将此图像(红色方 block )设置为从下向上显示的动画,但问题是:

我希望图像来自底部,但在底部 div 之后并且它在它前面。

我尝试了 z-index,但没有用,找出原因,想不出另一种听起来不像是廉价而丑陋的解决方法。

谢谢。

最佳答案

position: relative; 和 z-index 添加到 #bottom div。

#bottom {
background: #a3c6ff;
position: relative;
z-index:1;
}

关于css - 另一个 div 后面的绝对图像动画 - Angular 5 动画,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49992288/

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