Updating Splash Screen Logo/Delay
This commit is contained in:
BIN
assets/images/logo-glitch.gif
Normal file
BIN
assets/images/logo-glitch.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.1 MiB |
File diff suppressed because one or more lines are too long
@@ -67,13 +67,16 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
var loading_screen = pleaseWait({
|
var loading_screen = pleaseWait({
|
||||||
logo: "assets/images/logo.png",
|
logo: "assets/images/logo-glitch.gif",
|
||||||
backgroundColor: '#000000',
|
backgroundColor: '#000000',
|
||||||
loadingHtml: "<div class='spinner'><div class='bounce bounce1'></div><div class='bounce bounce2'></div><div class='bounce bounce3'></div></div><div class='loadingText'>Starting the node and loading app, please wait...</div>"
|
loadingHtml: "<div class='spinner'><div class='bounce bounce1'></div><div class='bounce bounce2'></div><div class='bounce bounce3'></div></div><div class='loadingText'>Starting the node and loading app, please wait...</div>"
|
||||||
});
|
});
|
||||||
|
|
||||||
$(document).on("onGethReady", function() {
|
$(document).on("onGethReady", function() {
|
||||||
loading_screen.finish();
|
setTimeout(() => {
|
||||||
|
loading_screen.finish();
|
||||||
|
}, 4000);
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
$(window).on("beforeunload", function() {
|
$(window).on("beforeunload", function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user