Fading Button

August 5, 2010
by James Brocklehurst
42 Comments

Fading Button Background Images With CSS3 Transitions

When Firefox 4 is released this October, February? browsers that support the CSS3 transition property will make up approximately 30% of the market (providing current Firefox users upgrade). With this in mind, it now becomes viable to consider CSS as … Continue reading

JQuery Background Fader

April 29, 2010
by James Brocklehurst
29 Comments

Animating {background-image} Opacity In JQuery Without Affecting Child Elements

When first learning JQuery I was frustrated at the inability to animate a simple fade-in fade-out on images set using the CSS background-image property. Workarounds involving the appending and fading of additional HTML elements have been around for a while … Continue reading