Pure CSS slider
Pure CSS, simple slider.
Here are some examples:
(tested only on 30)
(tested only on 24)
9No transitions
10+Works perfect
(tested only on 12)
Include the CSS stylesheet at the end of
element:Put code into webpage:
Default configuration can be set in LESS file.
If you want to change configuration for specific element you must override default config. For instance if you have an element with id
#my-sliderand you want to change: - arrows color
#my-slider .arrows label { border-left-color: red; border-right-color: red; }
#my-slider.inside .navigation label { border: 1px solid red; }