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

Error on Loading Complete #3

Open FennixCoding opened 7 years ago

FennixCoding commented 7 years ago

I had to go over the code and fix this myself, but this would experiance on other versions i believe, when you.

On completed Loading of site, the Overlay becomes stuck on top with opacity of 0, making the stuff behind the loading screen unclickable.

The way i was able to fix this, is to go to line 139 of jquery.SplashScreen.js just after :

        element.style.filter = 'alpha(opacity = ' + (newOpVal * 100) + ')';

and add : element.style.display = "none";

pebojote commented 5 years ago

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