- Notifications
You must be signed in to change notification settings - Fork1
Most modern mobile touch slider with hardware accelerated transitions
License
Mrlilili/Swiper
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Swiper - is the free and most modern mobile touch slider with hardware accelerated transitions and amazing native behavior. It is intended to be used in mobile websites, mobile web apps, and mobile native/hybrid apps. Designed mostly for iOS, but also works great on latest Android, Windows Phone 8 and modern Desktop browsers
Swiper is not compatible with all platforms, it is a modern touch slider which is focused only on modern apps/platforms to bring the best experience and simplicity.
On production use files (JS and CSS) only fromdist/
folder, there will be the most stable versions,build/
folder is only for development purpose
Swiper usesgulp
to build a development (build) and dist versions.
First you need to havegulp-cli
which you should install globally.
$ npm install --global gulp
Then install all dependencies, in repo's root:
$ npm install
And build development version of Swiper:
$ gulp build
The result is available inbuild/
folder.
After you have made build:
$ gulp dist
Distributable version will available indist/
folder.
All changes should be committed tosrc/
files. Swiper uses LESS for CSS compliations, and concatenated JS files (look at gulpfile.js for concat files order)
If you still using Swiper 2.x.x or you need old browsers support, you may find it inSwiper2 Branch
About
Most modern mobile touch slider with hardware accelerated transitions
Resources
License
Stars
Watchers
Forks
Packages0
Languages
- JavaScript57.8%
- HTML35.5%
- CSS6.7%