Questions tagged [preloader]

Preloader is usually referred to the Gif image shown to user to indicate wait or processing state.

Preloader is usually referred to the Gif image in-which an indication for the user to wait or processing state. It seems like the following images samples:

enter image description here enter image description here enter image description here

Preloaders are widely used with era because it usually includes some changes that may take some time without reloading the page so the user should be visually alerted that something is being done.

List of some popular online preloaders generators

706 questions
-2
votes
1 answer

Fire onload event after loading the first image

I've a "screenshot" of a website, which we assume is already in the browser cache. I want the image to be the first thing that's being loaded when the URL of that website is opened in a browser. Think of it as sort of a preloader. The onload event…
to_the_nth
  • 61
  • 11
-2
votes
1 answer

Preloading pages with jQuery

I would like to know if the function $(window).on('load', function() { ... } in preload-min.js takes in consideration all the code in the index.html and main-min.js before triggering. index.html ... html code ...
Diego Oriani
  • 1,647
  • 5
  • 22
  • 31
-2
votes
1 answer

GOING MAD SWF ASSETS not loading

I've read through posts on "SWF loading issues" on many sites and nothing helps. Maybe my environment or some tiny thing missed causing LOADER.CONTENT to always be NULL. The SWF files are in the same FOLDER which is added to the TRUSTED LOCATIONS…
-2
votes
1 answer

How to do line preloader with jquery

I tried this code for a line preloader but it didn't work and i don't know where is the problem. var $preload = $("
-2
votes
1 answer

How to preload a web page using external preloader?

I have a simple HTML page that has a large image as a full screen background; I called this page index2.html. I want to create another page called index.html which will preload index2.html fully, and then direct the user to it. However, all the…
Michelle Dodson
  • 27
  • 1
  • 3
  • 10
-2
votes
1 answer

How can I set a delay in jQuery?

I have a bit of code that acts as a preloader that displays until all JS has loaded. The only problem is I see the preloader appear over the top of the content coming in to the page. How do I adjust the code below to fade out the '#loading-mask'…
egr103
  • 3,858
  • 15
  • 68
  • 119
-2
votes
1 answer

Show pre-load image during images load but all images are different size

I want to display pre-load image center of image's div. But all images have different size so pre-load image can not be displayed in center of each image. Thanks for advance!
oxygen
  • 151
  • 2
  • 3
  • 14
-3
votes
1 answer

The menu (Navigation bar) becomes collapse unstylish for a few second. need Solution

I am facing a problem after deactivating the pre-loader. When someone tries to open the website all the menu (Navigation bar) becomes collapse unstylish for a few seconds. After a while when the page has fully loaded the menu gets its style. I think…
-3
votes
1 answer

Background does not spans entirely

I had made css pre-loader which has a some-colored background and a bouncing ball. The background however doesn't spans the window entirely.The page before which the preloader appears is scrollable, and when I try to reload the page, the preloader…
-3
votes
2 answers

Preloader with AngularJs

I have a really simple Html web site (No server side code). Instead of replicate some HTML, I decided to use angularJs. Using some directives and some partial views, I could re-use some code without replicate it. I created a directive for preloader,…
Simone
  • 2,304
  • 6
  • 30
  • 79
-3
votes
1 answer

How to create a preloader for audio,video,css,images in HTML 5?

How to implement a preloader functionality in HTML 5 for audio, video, css and images files. Please let us know how to resolve?
-3
votes
1 answer

JavaScript which will add a progress bar before a CSS div is loaded?

Once the CSS div is loaded, progress bar will be replaced by that CSS div. CSS div is a dynamic one, it takes some time to fetch the data to be displayed and hence I want to show a Loading bar before CSS is loaded.
Kartik Rao
  • 23
  • 4
-3
votes
2 answers

Logo being filled with water CSS Preloader

I want to create a preloader from a logo which should appear as if logo is being filled with a liquid. I want to use pure CSS. While googling I found Filling a glass with Water. But the problem with it is that it only fills in rectangle form. The…
vendettacbs
  • 159
  • 1
  • 9
-3
votes
1 answer

How is this HTML Animated Page Loading Progress achieved (Preloader)?

There are numerous sites out there with loading progress animations that show up while the page is loading. I know about the image onLoad() approach, but it seems that is not the approach taken by some (maybe even most). However, every tutorial out…
purefusion
  • 943
  • 1
  • 15
  • 23
-3
votes
1 answer

Blurry Text

I'm re-asking this question... I'm integrating this plugin into my site. http://gianlucaguarini.com/canvas-experiments/jQuery-html5Loader/ It works great, however, the percentage counter is drawn on a element, and the text comes out blurry (see…
jwinton
  • 91
  • 1
  • 1
  • 17
1 2 3
47
48