项目作者: notbigmuzzy

项目描述 :
Simple jQuery slider which can be useful if you want to split slides and animate them individually
高级语言: JavaScript
项目地址: git://github.com/notbigmuzzy/splitslider.git
创建时间: 2020-09-12T22:51:14Z
项目社区:https://github.com/notbigmuzzy/splitslider

开源协议:GNU General Public License v3.0

下载


䷖ 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 ⇧