Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/esengine/esengine
/ doHideAnimation
Method
doHideAnimation
packages/fairygui/src/widgets/Window.ts:457–459 ·
view source on GitHub ↗
* Perform hide animation * 执行隐藏动画
()
Source
from the content-addressed store, hash-verified
455
* 执行隐藏动画
456
*/
457
protected doHideAnimation(): void {
458
this.hideImmediately();
459
}
460
461
private onUILoadComplete(): void {
462
for
(
const
source of this._uiSources) {
Callers
1
hide
Method · 0.95
Calls
1
hideImmediately
Method · 0.95
Tested by
no test coverage detected