I have a banner at the top of my site, blue with a slight radial gradient on the left side.
I want to have animated white text that scrolls to the right of the banner. I want it to fade when it appears and then disappears. I would like to do this without using Flash and as little Java as possible. I can go my way through CSS and customize the layout, but I don't know how to encode it for the animation to work.
I would also like the white text to become the headline and a very brief summary of the latest blog posts for the site. (probably an RSS summary). I don’t know if this is easy to code or if I will need to pass the code every time I get a new blog post.
After some basic research, I think what I'm looking for is an HTML 5 canvas, but I'm not sure.
source
share