Monday, October 20, 2008

LOLCats Slide Show in Silverlight




This is a simple slide show viewer written in Silverlight, currently featuring some lolcats images. The slide show viewer can be configured to view any images, I chose lolcats for this example just because of their popularity. Currently, this slide show viewer only supports a cross-fade style transition. In the future, I plan on added enhancements which will include a variety of transition types. This initial version serves as a decent baseline that can easily be built upon.

In this example, slides will automatically transition after being displayed for 5 seconds. In order to force a transition, simply click on the image.

The source code for the project can be found here.

Feel free to comment!

-Ken