Compare commits

..

No commits in common. "master" and "v0.0.92" have entirely different histories.

View File

@ -445,9 +445,10 @@ export class SlotBar extends Component {
frame.getComponent(UITransform).setContentSize(tipWidth + 140, 105); frame.getComponent(UITransform).setContentSize(tipWidth + 140, 105);
} }
tipNode.scale = new Vec3(0, 0, 0);
setTimeout(() => { setTimeout(() => {
// 显示动画 // 显示动画
tipNode.scale = new Vec3(0, 0, 0);
this.currentTipTween = tween(tipNode) this.currentTipTween = tween(tipNode)
.to(0.1, { scale: new Vec3(1, 1, 1) }) .to(0.1, { scale: new Vec3(1, 1, 1) })
.call(() => { .call(() => {