问题模块 框架类型 问题类型 终端类型 操作系统 微信版本 基础库版本
框架 微信小程序 Bug 客户端 iOS 6.6.6 1.9.9
首次扫码预览的时候动画异常,关闭微信小程序再次扫码预览动画正常,请问这是什么问题?
代码片段
.loading text { display: inline-block; width: 8px; margin: 0 5rpx; height: 100%; border-radius: 4px; background: lightgreen; -webkit-animation: load 1s ease infinite; animation: load 1s ease infinite; } @keyframes load { 0%, 100% { height: 40px; width: 8px; margin: 0 5rpx; background: lightgreen; } 50% { height: 70px; margin: -15px 5rpx; background: lightblue; } } .loading .text2 { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; } .loading .text3 { -webkit-animation-delay: 0.4s; animation-delay: 0.4s; } .loading .text4 { -webkit-animation-delay: 0.6s; animation-delay: 0.6s; } .loading .text5 { -webkit-animation-delay: 0.8s; animation-delay: 0.8s; }?
微信小程序开发问题解答
微信小程序开发者回答:
代码片段:wechatide://minicode/gcInAUmH6QYq
不知具体什么原因我创建新的代码片段时候生成了一个目录导致多了一个index文件夹,导致app.json里面pages下的指向不对,应指向
"pages":[
"pages/index/index"
]
微信小程序开发者回答:
你提供的代码片段没有内容,请提供能复现问题的代码片段
微信小程序开发者回答:
代码片段:wechatide://minicode/CanCHUmC6mY8
问题描述:在微信小程序编辑器上面调试正常,在真机上第一次扫描预览的时候动画异常,后面再扫描预览动画正常
微信小程序开发者回答:
你好,请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
本文网址:http://www.91bianli.com/weixinxiaochengxu/48670.html