#iSlider-H5，Smooth slider for webapps
iSlider-H5 from the [iSlider](https://github.com/be-fe/iSlider).

##Get iSlider-H5
- You could download the sourcecode form github here.
- Using `npm install islider-h5`

##iSlider-H5 Mobile Demo

````
gulp watch
````
注意：如果需要调试某种效果，可以在 gulpfile.js 文件中配置 demo_config 选项。

##Getting Started
````
import iSlider from 'islider-h5'; 
````
or
````
var iSlider = require('islider-h5'); 
````
说明：因为此版本使用ES6 开发，所以目前只能在ES6环境中使用。如果需要以script 引入的方式使用，请使用 islider 官方原版。

##翻页效果
目前的翻页效果为"default","rotate","flip","depth","flow","card"，"fade","yrks","zxfd","jyxs","phyc","sxhd","kpfy"。如有需要，你可以自己填充动画库。


### ES5 版 islider 
build 目录中存放了对应的ES5代码，使用方法可以参考官网[iSlider](https://github.com/be-fe/iSlider).


##License (MIT)

