var t1= tween(effectNode.getComponent(UIOpacity))
t1.to(this.shadowTime, { opacity: 0 }, { easing: 'cubicIn' }).start();
var t2= tween(effectNode.getComponent(UITransform))
t2.to(this.shadowTime, { width: 0 }).start();