web initial loading animation
This commit is contained in:
parent
17eded85fe
commit
bfc4d99d8e
Binary file not shown.
|
After Width: | Height: | Size: 96 KiB |
|
|
@ -122,6 +122,7 @@ flutter:
|
||||||
- lib/assets/images/empty_states/studio-dark.svg
|
- lib/assets/images/empty_states/studio-dark.svg
|
||||||
- lib/assets/animations/indicator-light.riv
|
- lib/assets/animations/indicator-light.riv
|
||||||
- lib/assets/animations/indicator-dark.riv
|
- lib/assets/animations/indicator-dark.riv
|
||||||
|
- lib/assets/loading.gif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -116,7 +116,7 @@
|
||||||
}
|
}
|
||||||
window.onload = function () {
|
window.onload = function () {
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
var loadingIndicator = document.getElementById("loading_indicator");
|
var loadingIndicator = document.getElementById("loading_indicator");
|
||||||
if (loadingIndicator) {
|
if (loadingIndicator) {
|
||||||
loadingIndicator.remove();
|
loadingIndicator.remove();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue