this.animate 接口 keyframes对象里right不支持String类型

发布于 8 年前作者 oxiao15360 次浏览最后编辑 8 年前来自 issues

this.animate文档里left,top,bottom都支持使用Number/String类型,唯独right只可以用Number类型,但是实际使用中right属性不管怎么设置都不会有动画效果,left如果使用Number类型来设置也没有动画效果(但是String类型例如:‘100px’,动画正常),是我设置有误还是animate接口中有bug,实际上并不支持Number类型的设置?

https://developers.weixin.qq.com/miniprogram/dev/framework/view/animation.html

1 回复
pengqiang
pengqiang1 楼6 年前

麻烦提供能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html