Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 644 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 644 Bytes

䷖ splitslider ䷖

Developer friendly jQuery slider which can be useful if you want to split slides and animate them individually

https://codepen.io/notbigmuzzy/pen/NWNMJLw Example - https://codepen.io/notbigmuzzy/pen/NWNMJLw

How to setup

  1. Include split.scss ( or split.min.css ) anywhere on the page <link rel="stylesheet" type="text/css" href="split.css">
  2. Include split.js ( or split.min.js ) AFTER jQuery.js <script type="text/javascript" src="split.js"></script>

Note This is just a scaffolding for the slider, you will need to do the full styles for you slider. For now, checkout the example above ⇧