MCPcopy Create free account
hub / github.com/aspnet/AzureSignalR-samples / hide

Method hide

aspnet-samples/AspNetForm/Scripts/bootstrap.js:2145–2155  ·  view source on GitHub ↗
(callback)

Source from the content-addressed store, hash-verified

2143 });
2144 }
2145 hide(callback) {
2146 if (!this._config.isVisible) {
2147 execute(callback);
2148 return;
2149 }
2150 this._getElement().classList.remove(CLASS_NAME_SHOW$5);
2151 this._emulateAnimation(() => {
2152 this.dispose();
2153 execute(callback);
2154 });
2155 }
2156 dispose() {
2157 if (!this._isAppended) {
2158 return;

Callers

nothing calls this directly

Calls 4

_getElementMethod · 0.95
_emulateAnimationMethod · 0.95
disposeMethod · 0.95
executeFunction · 0.70

Tested by

no test coverage detected