cocos3.8中使用tween来设置弹窗效果,滚动条的bar位置错误

content.setScale(v3(0, 0, 0))

        node.active = true

        tween(content).to(duration, {

            "scale": v3(1, 1, 1),

        }, {

            easing: "backOut"

        }).start()