Sly
Horizontal Examples
Horizontal navigations are - from their nature - all item based
Basic
- with all the navigation options enabled
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
page
item
move
toStart
toCenter
toEnd
10
toStart
10
toCenter
10
toEnd
move
item
page
Centered
- activated or middle item is centered when possible
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
prev
next
Force Centered
- active item is always centered, and middle item is always activated
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
prev
next
Cycling by items
- 1 second interval, enabled pause on hover
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
prev
pause
resume
toggle
next
Cycling by pages
- starts paused, 1 second interval, enabled pause on hover
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
page
pause
resume
toggle
page
One item per frame
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
prev
next
Crazy
- smart navigation with each item having a different size and margins
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
page
prev
move
toStart
toCenter
toEnd
10
toStart
10
toCenter
10
toEnd
move
next
page