SplashScreenShowOptions
August 11, 2023
- Interface
As a parameter interface of SplashScreenPlugin.show() method;
Property
autoHide
Whether to automatically hide; optional parameter; The parameter value is a boolean;
fadeInDuration
The duration of the process displayed on the startup page; optional parameter; The parameter value is a number; The unit is ms;
fadeOutDuration
The duration of the process where the start page is hidden optional parameter; The parameter value is a number; The unit is ms;
showDuration
The duration of the startup page display; optional parameter; The parameter value is a number; The unit is ms;
Method
- none
Event
- none
Platform Compatibility
Property/Method/Event | Android | IOS | Desktop-Dev | Desktop |
---|---|---|---|---|
autoHide | ✅ | ✅ | ✅ | X |
fadeInDuration | ✅ | ✅ | ✅ | X |
fadeOutDuration | ✅ | ✅ | ✅ | X |
showDuration | ✅ | ✅ | ✅ | X |
Related Links
Powered by Waline v2.13.0