收藏
回答

怎么用animation改变map 的高度

var that=this;


that.animation.height(that.data.windowWidth * that.data.pixelRatio / 16 * 9 + 160).step()

that.setData({

animation: that.animation.export()

})

if (that.data.mapstatus == 'bottom'){

that.setData({

mapstatus: 'center',

mapHeight: that.data.windowWidth * that.data.pixelRatio / 16 * 9 + 160

})

} else if (that.data.mapstatus == 'center'){

that.setData({

status: 'bottom',

mapstatus: 'top',

mapHeight: that.windowHeight * 0.2

})

}



改变map 的高度,想有个动画效果 ,让map 下面的内容跟着 缩短和变长

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

1 个回答

  • Teamo丶
    Teamo丶
    2018-11-28

    我尝试过 用动画改变map的高度 在真机上没有过渡效果 是非常生硬的直接从开始高度调到结束高度,估计是腾讯的bug

    2018-11-28
    有用
    回复
登录 后发表内容