🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Smooth Progress is the ultra small (about 1Kb minified and gzipped) and free JavaScript plugin for iDangero.us Swiper 2.3+ that allows you add additional effects and dependencies depending on current position of Swiper and its slides in real time. The point is that now you can know about how much is far from “active” position any slide.

Core Java Script Slider

Documentation

Attention! This plugin is not maintained anymore, because this functionality is already in Swiper 3 core.

Swiper-Smooth-Progress

Smooth Progress plugin for Swiper

Smooth Progress is the ultra small (about 1Kb minified and gzipped) and free JavaScript plugin for iDangero.us Swiper 2.3+ that allows you add additional effects and dependencies depending on current position of Swiper and its slides in real time. The point is that now you can know about how much is far from "active" position any slide.

Demos and usage at http://www.idangero.us/sliders/swiper/plugins/progress.php

Note

UMD and non UMD versions are provided.

Build

This project uses grunt to build a dist version.

First you need to have grunt-cli which you should install globally.

$ npm install -g grunt-cli  

Then install all dependencies,

$ npm install $ grunt 

The results is available in dist folder.

Build all versions

To create all versions you can use the dist task :

$ grunt dist 

This task is equivalent to :

$ grunt build          # the non module version $ grunt build-umd      # the module compatible version $ grunt uglify         # minify umd and non umd versions 

Demos

Build

To update demos dependencies you will need to do this first,

$ grunt demo $ cd demos $ bower install 

Launch demos

You can use npm serve module which will create a temporary local server, that will help you watch the demos with no setup overhead.

If you don't have already serve module installed, the recommanded way is to install it globally:

$ npm install -g serve 

Then launch the temporary web server on any port you want, default being 3000, and give the demo path as the root directory.

If you want to launch on port 5000, being in ./demos folder, type this:

$ serve . -p 5000  

or being in the root folder:

$ serve ./demos/ -p 5000 

You can now point your brower to http://localhost:5000/.

License

GPL & MIT


You May Also Like