获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
@ 社区技术运营专员-娇华 可以回复一下一楼的问题吗,在我的这也存在失真,width改成600 height300 就好了
小程序中使用lottie动画为什么会失真?https://cdn.kaishuhezi.com/kstory/activity_flow/video/70fde28f-8433-449c-bce5-ecc9a5d328b9.mov <Canvas id='c1' type='2d' style={{width: '1112px', height: '1112px'}} /> Taro.createSelectorQuery().selectAll('#c1').node((res) => { const canvas = res[0].node; const context = canvas.getContext('2d'); lottie.setup(canvas); this.ani = lottie.loadAnimation({ loop: true, autoplay: true, animationData: data, rendererSettings: { context, }, }) }).exec()
2021-03-24