HTML SlideYou can define slides with HTML content directly in the page. This lets you insert any HTML content, for example a table:
|
Bookmark it
This slideshow is based on YUI, Yahoo's javascript library. I wanted to add a slideshow to the presentation site of MyOwnDB and hoped to find a simple widget that let me load slides on demand, and accepts HTML slides. As I didn't immediately find what I wanted, I started to experiment. I learnt a lot, and the result is a slideshow that lets you
You can choose in different classes of trasitions: sliding, fading, squeezing. Developing your effect is very simple, as shown on the documentation page and the demo page
You can define slides to be loaded before their first use, so that the page containing the slide doens't get too big. That way, a slideshow with 100 images doesn't load all images at once.