I am slowly moving away from Flash and into HTML/JS as a substitute. I am trying to achieve the slideshow effect as seen in the link below. In Actionscript this would be done using the Tween function.
Is there anything similar and efficient (i.e. not processor intensive) available for javascript jQuery that can allow for this….? Any recommended 3rd party packaged, API’s etc…
Many Thanks
jQuery animate is a great start to do animations.
Put all your images into a
<div>next to eachother, and animate every 1000 ms. to the next animation.