WaltzerJS - jQuery Carousel Plugin


What's The Idea?

Carousel plugins are a pain to configure, a pain to skin and far too heavy so here's the beginings of my alternative.

Docs and Download on Github.

Example 1 - Scroll 1

1
2
3
4
5
6
7
8
9
10
11
12

Example 2 - Scroll 5, start at item 3

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

Example 3 - Scroll 4, non-circular

1
2
3
4
5
6
7
8
9
10
11
12

Example 4 - Scroll 4 with pager

1
2
3
4
5
6
7
8
9
10
11
12

Example 5 - Scroll 1, vertical and non-circular

1
2
3
4
5
6
7

Example 6 - Scroll 2, vertical

1
2
3
4
5
6

Example 7 - Auto scroll, scroll 5 with custom page counter

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

Example 8 - Auto scroll, scroll 5 with custom page counter

1
2
3
4
5
6
7
8
9
10
11
12