SidiBecker commented on issue #1090:
URL:
https://github.com/apache/cordova-plugin-inappbrowser/issues/1090#issuecomment-3577330726
I made two tests with the fade splash config.
```xml
<preference name="FadeSplashScreenDuration" value="2000" />
<preference name="FadeSplashScreen" value="true" />
```
The result was:
https://github.com/SidiBecker/in-app-browser-splash-bug/blob/master/reports/splash-fade-2000.gif
```xml
<preference name="FadeSplashScreenDuration" value="2000" />
<preference name="FadeSplashScreen" value="false" />
```
The result was:
https://github.com/SidiBecker/in-app-browser-splash-bug/blob/master/reports/splash-fade-off.gif
So, it seems to be the exit animation running. Is this expected?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]