收藏
回答

animation opacity 动画会跳过步骤执行

框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
小程序 Bug animation 工具 7.0.13 2.11.0
   let animation = wx.createAnimation();

    animation
      .opacity(.5)
      .step()

      .translateX(100)
      .step()

      .opacity(1)
      .translateX(0)
      .step();

    this.setData({
      animation: animation.export()
    });

除了第一次运行正常,后面的运行结果都是错误的,会跳过移动的动画

回答关注问题邀请回答
收藏

1 个回答

登录 后发表内容
问题标签