ok I’v googled a lot and found nothing that helps
I have a set of images within a div and I want them to scroll in a loop I’m new to javascript and Jquery but im open to using it..
The html is simple:
<div id="slideshow">
<img src="path/to/image" />
<img src="path/to/image" />
more images here
</div>
I’m also open to any other effect besides ‘scroll’ exept fade as I’ve used it on the same page already.
you can use jquery carousel or you can use jquery apis like slideIn, slideOut, fadeIn, fadeOut to create your own animation effect.