Developer friendly jQuery slider which can be useful if you want to split slides and animate them individually
Example - https://codepen.io/notbigmuzzy/pen/NWNMJLw
How to setup
- Include split.scss ( or split.min.css ) anywhere on the page
<link rel="stylesheet" type="text/css" href="split.css">
- 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 ⇧