Javascript Image Filmstrip

This is a work in progress. Development is being done in Firefox, so if you would like to see the best version, use that.

There have been some complaints about the sidebar rotation script that on a page with multiple items, it can be difficult to pay attention to all of them. Something that would be nice is to do is make them navigable in some way, so that way if someone wants to browser through one, they can choose their speed.

I've always been partial to the filmstrip faders. Your focus stays in one place and it lets you display an arbitrary number of entries. I've not seen it done much in javascript, but it seems like it shouldn't be that hard.

What I want is a dead area in the middle where movement stops and as you go out from that the speed of movement gets faster. I suppose a linear change will work, though maybe exponential would feel better:

0

1

2

3

4

5

6

7

8