Log in

View Full Version : CSS Transformations and Image Display



Shammus
12-28-2010, 08:34 PM
Had a quick question about CSS Transformations. I have an image sitting on a page. It can either be embedded onto the html page or called through CSS as a background image. Is it possible to have the image set to display none when the page initially loads but after a few seconds, parts of the image begin to appear scrolling left to right until the entire image is visible?

Not exactly a "fade in" or a "slide in" as the image will be entirely stationary during the whole transformation.

Thanks in advance for the help....

zip222
01-05-2011, 02:08 PM
What you are trying to do can most likely be achieved with javascript. i would suggest looking into jquery. I believe the transition you are describing is a "wipe"