g***@163.com
g***@163.com
  • 发布:2019-06-19 14:01
  • 更新:2019-06-20 17:02
  • 阅读:1499

【报Bug】weex CSS transition 在安卓机无效

分类:nvue

详细问题描述

nuve 使用 css transition 没有任何效果

<style scoped>
.box {
transform-origin: center center;
transition-property: border-bottom-width;
transition-duration:1s;
transition-delay: 0s;
transition-timing-function: ease;
}
</style>

2019-06-19 14:01 负责人:无 分享
已邀请:
ZGH0709

ZGH0709

看下 weex 文档,没有支持 transition-property 的值设置为 border-bottom-width; https://weex.apache.org/zh/docs/styles/common-styles.html#transition

  • g***@163.com (作者)

    border-bottom-width只是个例子,width,height都没效果

    2019-06-20 09:35

  • g***@163.com (作者)

    且 weex 官方是支持transition-property: border-bottom-width;的

    2019-06-20 09:36

ZGH0709

ZGH0709

Bug 已确认,后续会进行修复。

该问题目前已经被锁定, 无法添加新回复