MCPcopy Create free account
hub / github.com/melonjs/melonJS / hideSplash

Function hideSplash

packages/capacitor-plugin/src/splash.ts:9–14  ·  view source on GitHub ↗
(opts?: {
	fadeOutDuration?: number;
})

Source from the content-addressed store, hash-verified

7 * @param opts.fadeOutDuration - fade-out duration in milliseconds.
8 */
9export async function hideSplash(opts?: {
10 fadeOutDuration?: number;
11}): Promise<void> {
12 const { SplashScreen } = await import("@capacitor/splash-screen");
13 await SplashScreen.hide(opts);
14}

Callers

nothing calls this directly

Calls 1

hideMethod · 0.45

Tested by

no test coverage detected