ui
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m23s

This commit is contained in:
TJH 2026-02-24 14:45:02 +08:00
parent e963a68bb2
commit 2a3afc71a4

View File

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