Overflow Slider Demos

Basic Demos

Pure CSS

No plugins applied. Using only CSS.

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

Mouse Dragging

Drag slides with mouse. Uses DragScrollingPlugin. These slides are clickable.

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

These slides are not clickable.

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

Scroll-snap emulation enabled.

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

Arrows

Display buttons to move slides. Uses ArrowsPlugin.

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

Arrows can move also one slide at a time with "movementType" set to "slide".

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

Scroll Indicator

Display scroll indicator. Uses ScrollIndicatorPlugin.

1 2 3 4 5 6 7 8 9 10

Dots

Display dots indicator. Uses DotsPlugin.

1 2 3 4 5 6

Fade

Display fade. Uses FadePlugin. Fade can be on both sides but having it only at end is more usable.

1 2 3 4 5 6 7 8 9 10

Autoplay (slide)

Use autoplay and set delay. If user prefers reduced motion, autoplay does not execute.

1 2 3 4 5 6 7 8 9 10

Autoplay (view)

Use autoplay and set delay. If user prefers reduced motion, autoplay does not execute.

1 2 3 4 5 6 7 8 9 10

Slide Contents

Perfectly Fitting Slides

Slides fill the container perfectly.

1 2 3 4 5 6 7 8 9 10

Varying Width Slides

Slides are not equal width.

1 2 3 4 5 6 7 8

Only Few Slides

Not enough slides to have a slider (on mobile has though).

1 2 3

CSS Trickery

Scroll Snapping (mandatory)

Force scrolling to snap to slide always.

1 2 3 4 5 6 7 8 9 10

Scroll Snapping (proximity)

Force scrolling to snap to slide not so strictly.

1 2 3 4 5 6 7 8 9 10

Entrance and Exit Animations (experimental)

Animate slides when they appear and disappear. Seem to only work on Chrome.

1 2 3 4 5 6 7 8 9 10

Real Life Usage

Filters

Display filter buttons in one line that overflows when necessary.

Grid On Desktop, Slider On Mobile

Display contents differently for different sized screens.

1 2 3 4 5 6 7 8

Full Width Slider

Allow slides to flow in full screen but center them accoring to your content. Uses FullWidthPlugin.

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

Synced Slider

Sync slides from thumbnails.

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

Autoplaying Hero

It's possible. Not saying you should.

1 2 3 4