3
0
mirror of https://github.com/danielsogl/awesome-cordova-plugins.git synced 2025-03-24 22:21:18 +08:00

docs(splashscreen):

This commit is contained in:
Ibrahim Hadeed 2016-03-13 13:18:54 -04:00
parent 0f3c1886d3
commit 29bf01190f

@ -2,7 +2,7 @@ import {Plugin, Cordova} from './plugin'
/**
* @name Splashscreen
* @description This plugin displays and hides a splash screen during application launch.
* @description This plugin displays and hides a splash screen during application launch. The methods below allows showing and hiding the splashscreen after the app has loaded.
* @usage
* ```ts
* Splashscreen.show();