Page loading animation and text
Page loading animation and text
When the app is loading and before it starts, an animation "......" with a text line above it is displayed. How can I change the text and the animation image?
Re: Page loading animation and text
javascript code
xui.launch('App', function(){ // remove the '...' dom node, // or you can do any thing in the callback xui('loading dom id').remove(); });
Re: Page loading animation and text
It worked, once I figured out the code goes in index.html