小程序
小游戏
企业微信
微信支付
扫描小程序码分享
用css3方法写动画:
用小程序自带方法写动画:
反正动画是正常、都能达到预期效果
动画结束以后,然后弹出“弹出框(popup)”。
但是:
动画一直弹出框上方。层级失效。
即使手写的position层级依然不生效。
有知道原因的吗?
或者有好的思路都行。
请指教!!!!!
代码片段https://developers.weixin.qq.com/s/avFfNbmN7uBb
安卓正常 ios不正常
2 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
两个问题:1. ac_box1M ac_box 这两个class怎么写的? 2. 为ac_rule这个class设置z轴试试
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
.ac_box1M{
background-image: url(https://unionfit.oss-cn-shanghai.aliyuncs.com/xxxxx);
background-size: 130% 100%;
}
.ac_box{
width: 200rpx;
height: 200rpx;
position: absolute;
top: 0;
left: 0;
background-repeat: no-repeat;
background-position: center;
这些是第一个问题
至于第二个问题,是将弹出框也做个偏移,并保持偏移量大于其他动画?是这个意思?
层级不是z-index吗,怎么手写的position
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
两个问题:1. ac_box1M ac_box 这两个class怎么写的? 2. 为ac_rule这个class设置z轴试试
.ac_box1M{
background-image: url(https://unionfit.oss-cn-shanghai.aliyuncs.com/xxxxx);
background-size: 130% 100%;
}
.ac_box{
width: 200rpx;
height: 200rpx;
position: absolute;
top: 0;
left: 0;
background-repeat: no-repeat;
background-position: center;
}
这些是第一个问题
至于第二个问题,是将弹出框也做个偏移,并保持偏移量大于其他动画?是这个意思?
层级不是z-index吗,怎么手写的position
结果就是动画的层级一直覆盖其他内容上方。请问有什么解决方法吗?
(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
安卓正常 ios不正常