I want some guidance on HTML5 and a possible Javascript library.
The idea is to display a list of images (the list of images will change every few minutes) on a web page. But each image would slide into the page with the effect of a speeding bullet with a trail. Images would stack up and stay in display for a few seconds and then new images would be pushed into the display (the old ones taken out of the display).
Think of it like a ticker of images; but many tickers stacked up on top of each other.
Are there any features in HTML5 that can accomplish this? Or any Javascript libraries that can enable this effect?
Thanks in advance for your help!
I recently wrote my very own ticker class, feel free to extend it to your needs:
Usage:
You can also get the current progress by calling the
status()method.It returns a number representing the current progress from
0.0to1.0.