-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Animation of splash removal on web. #608
Comments
@eggp thanks for the suggestion. Were you able to get this to work? I was not able to. I think it is because the Flutter view is painted over the top of the splash screen, so fading out the splash element is not seen. Maybe instead you could grab the Flutter view element and fade it in. My JS DOM manipulation is a lot rustier than my Dart. Can you try this technique and see if it works? |
Yes, it works for me, It probably didn't seem to work for you because this change also needs to be made: #607 Should I make an example application in which I also include this? |
Yes, that would be very helpful! |
Hello @jonbhanson, Sorry, but I'm very busy :( I prepared the repository as you requested. https://github.com/eggp/flutter_native_splash_web_animate_overlay_out Change list (see this commit => eggp/flutter_native_splash_web_animate_overlay_out@b280858):
|
Hello,
When using the plugin on the web, it is very annoying that the splash screen suddenly jumps to the application screen.
I think it could do with a minimal animation ;)
My example code:
index.html:
The text was updated successfully, but these errors were encountered: