Welcome screen before website loads (Click to enter) [Splash Screen]

前端 未结 4 1431
闹比i
闹比i 2020-12-05 07:46

How would I create a welcome screen on my website? For example, I have an image and a link that says \"ENTER\" when the user clicks enter the website appears. How would I do

4条回答
  •  粉色の甜心
    2020-12-05 08:44

    I am using flexbox and session storage to hide and show the splash screen.

    The best part is in is in pure CSS and Javascript. You can use Jquery to animate stuff. I am setting a variable SplashShown in session storage to avoid displaying splash on page reload however if user open it in new browser window then splash will appear.

     
        
        
          
          
          Track My Bus|Splash
          
          
        
        
    
          
          

    Your Awesome contents

    See the Pen Splash Screen in Pure java script and Session Storage by Hitesh Sahu (@hiteshsahu) on CodePen.

提交回复
热议问题