Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

How Was This Done?

Featured Replies

Well, jQuery isn't just a plugin, it's Javascript. So the layout is HTML/CSS, and the effects are done using jQuery, or Javascript - whichever you want to refer to it as.

 

There is an overlay hiding the page. Once loaded, that overlay is then faded out. This creates the effect of the whole site fading in. The random page background is also Javascript. It's extremely simple, just approach it logically.

Thought you didn't "want to knick it or owt".

 

You need to learn the basics of HTML and CSS, then look at jQuery's .fadeOut(). Once you understand those three, you can put it together. I doubt there's a tutorial for something so specific - and if there is, why can't you Google it?

 

1. Place (black) overlay over the entire page using CSS

2. Fade out the overlay using .fadeOut() on window.load

 

It's really that simple.

  • Author

no i dont i just got a curious mind much is good for me. i know html/css & jq (i could go on) just never done somat like this. I know fadeOut()

  • Author

Just wanted to know how it was built for experience purposes. Now i do & have built it Fine. Not gonna use it in my own work.

Just wanted to know how it was built for experience purposes. Now i do & have built it Fine. Not gonna use it in my own work.

 

So just look at the code. Every web page is a tutorial of sorts, just press ctrl+u on your keyboard.

 

Study, learn, adapt.

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.