2.4.9缓动的parallel运行无效,没有缓动过程。

this.cocos.stopAllActions();

    cc.tween(this.cocos).parallel(

        cc.tween(this.cocos).to(30,{opacity:255}),

        cc.tween(this.cocos).to(20,{scale:1}),

        cc.tween(this.cocos).by(15,{angle:360}).repeatForever()

    ).start();

实际运行是立即把结果效果显示,根本没缓动过程。
可能是100%都是这样的效果。
test.zip (907.2 KB)