I stumbled upon a website recently and was fascinated by the page load effect it had. I'm curious to know if it was created using jQuery or CSS3 animations with sprites.
Upon examining the site, I discovered that the loading logo is actually made up of a sprite image consisting of a black logo next to a grey one. The effect of the logo appearing to be "filling up" as the page loads in a linear motion caught my attention. My hunch is that the creator overlaid the black logo with the grey one, then used either jQuery, CSS3, or a combination of both to fade out the grey logo in a linear direction.
Thank you in advance for any insights!