Is there any way I can use CSS3 to fade in and out a solid white background of a ? the content should remain visible so just the background should fa
? the content should remain visible so just the background should fa
You could have two divs in one container div. The first div contains the white background, the second one gets the content.
divs
Then, use a CSS3 transform to animate the opacity of the first div to zero.