I'm attempting to replicate the fading effect shown here in the lower right corner where the artist name and track title gradually fade out towards the right.
Initially, I tried creating an overlay image, but it resulted in a jagged edge on the right due to color blending issues. (You can see how it turned out here)
Next, I searched for a CSS 3 attribute that would work across all browsers, but couldn't find one that provided the desired result.
EDIT: Just to clarify, I'm not looking for animation, but rather a gradient effect.
It's proving difficult to articulate this issue. Here's a fiddle showing my progress so far: http://jsfiddle.net/z7cK2/
ANSWER: Scratch that... Turns out I was using an outdated image. Oops!