Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ionic-team/ionic-framework
/ onWillStart
Method
onWillStart
core/src/components/menu/menu.tsx:571–574 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
569
}
570
571
private onWillStart(): Promise<void> {
572
this.beforeAnimation(!this._isOpen, GESTURE);
573
return this.loadAnimation();
574
}
575
576
private onStart() {
577
if (!this.isAnimating || !this.animation) {
Callers
1
connectedCallback
Method · 0.95
Calls
2
beforeAnimation
Method · 0.95
loadAnimation
Method · 0.95
Tested by
no test coverage detected