werksitecore / SplashScreen

Create Splash Screen for Website/Mobiles, splash screen will display until the website completed loading all the images
http://smenonk.github.io/SplashScreen
4 stars 3 forks source link

Can't click when <div id="splashscreen"></div> is set. #5

Open pebojote opened 5 years ago

pebojote commented 5 years ago

splashscreen {

position: absolute;
z-index: initial;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: #06beb6;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #48b1bf, #06beb6);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #48b1bf, #06beb6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
transition: 1s 0.4s;

}

#splashscreen #progress {
    height: 1px;
    background: #fff;
    position: absolute;
    width: 0;
    top: 50%;
    transition: 1s;
}

#splashscreen #status {
    font-size: 0.7em;
    letter-spacing: 3px;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    width: 100%;
    text-align: center;
    color: #fff;
}
pebojote commented 5 years ago

https://github.com/sanalmenon/SplashScreen/issues/6

pebojote commented 5 years ago

refer to this page https://github.com/sanalmenon/SplashScreen/issues/6