爹
  • 发布:2019-02-25 14:16
  • 更新:2019-03-01 16:53
  • 阅读:1293

nvue bindingX 旋转用不了,一用图片就凭空消失了

分类:nvue

如题,拖拽手势没有问题,证明环境可用,使用旋转时安卓机上图片就不见了,ios正常


    created () {  
      setTimeout(function () {  

        const props = [  
          {  
            element: this.getEl(this.$refs.my),  
            expression: 't/4',  
            property: 'transform.rotateZ'  
          }  
        ];  
        Binding .bind({  
          eventType: 'timing',  
          props  
        });  
      }.bind(this), 1500);  
    }
2019-02-25 14:16 负责人:无 分享
已邀请:
Neil_HL

Neil_HL

请提供可重现问题的完整demo

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