Skip to content
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

Splash screen #2605

Merged
merged 4 commits into from
Feb 19, 2020
Merged

Splash screen #2605

merged 4 commits into from
Feb 19, 2020

Conversation

yann300
Copy link
Collaborator

@yann300 yann300 commented Feb 15, 2020

This PR add a splash screen in order to avoid all the glitches when the app starts.

src/app.js Outdated
@@ -98,12 +98,38 @@ var css = csjs`
background-color : var(--info);
opacity : 0.5;
}
.centered {
position : fixed;
top : 50%;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When I put:
top: 20%;
left: 30%;
The logo was a bit easier to see. I'd recommend at least using the top:20%. The left: 30% is less important.

@ioedeveloper ioedeveloper mentioned this pull request Feb 17, 2020
@yann300 yann300 merged commit 9967015 into master Feb 19, 2020
@yann300 yann300 deleted the splashScreen branch February 19, 2020 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants