bandeng
bandeng
  • 发布:2020-07-08 10:51
  • 更新:2020-07-08 10:51
  • 阅读:682

【报Bug】uni.createAnimation

分类:uni-app

产品分类: uniapp/H5

PC开发环境操作系统: Windows

PC开发环境操作系统版本号: 1607

HBuilderX类型: 正式

HBuilderX版本号: 2.7.14

浏览器平台: Chrome

浏览器版本: 83.0.4103.106

项目创建方式: HBuilderX

示例代码:
var animation = uni.createAnimation({  
    duration:5000  
})  
 animation.height(0).step()   
this.animationData = animation.export()

操作步骤:
var animation = uni.createAnimation({  
    duration:5000  
})  
 animation.height(0).step()   
this.animationData = animation.export()

预期结果:

duration 有效,height 和width有过渡效果

实际结果:

animation 的height 和width都没有过渡效果

bug描述:

height 和width都没有过渡效果

2020-07-08 10:51 负责人:无 分享
已邀请:

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