Image Scrolling effect for ASP.NET?

Soldato
Joined
18 Oct 2002
Posts
15,713
Location
North Wales
Hi,

I'm putting together a little website for someone and I'd like to include a scrolling image slideshow with transition effects.

There seems to be some plugins for Wordpress that achieve this, but I'm using .NET for this website as that's what I'm familiar with. I've seen the AJAX slideshow in the AJAXControlToolkit, which I can get away with - but something with some nicer transitions (fade/scroll) would be better.


Can anyone point me in the right direction?

Cheers
 
Can you not configure the fade/scroll rate of the control in the toolkit?

It wouldn't be that difficult to write your own.
 
AFAIK there is not fade or scroll properties to the slideshow extender?

No matter though as I've found a couple of JQuery plugins that will do the trick :)
 
Back
Top Bottom