There was an error while loading. Please reload this page.
Splash()
Create a splash screen.
See the live demo.
var options = { background: 0x222222, logo: "assets/logo.png", duration: 5000 } var splash = new XR.Splash()
logo
background
black
text
duration
background color
logo to display
length in milliseconds
If not duration is provided, it will last until you call splash.hide()
// create a splash screen var splash = new XR.Splash(); // close the splash screen splash.hide();