CSS Images Level 4: cross-fade() example You need a WebKit Nightly in order to properly see this page! Displaying a single image. background-image: cross-fade( url("logo-box.png"), url("logo-bare.png"), 0%); Displaying halfway through the second image. background-image: cross-fade( url("logo-box.png"), url("logo-bare.png"), 50%);