cocos2d-js 3.2 在浏览器中能播放UI动画吗?

如题!

请把代码粘贴在这里

var animationUI = ccs.uiReader.widgetFromJsonFile(“res/SampleUIAnimation.json”);

    this.addChild(animationUI, 5);
    

    ccs.actionManager.playActionByName("res/SampleUIAnimation.json","Animation0");