Download the PHP package linslin/paging-slider without Composer
On this page you can find all versions of the php package linslin/paging-slider. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download linslin/paging-slider
More information about linslin/paging-slider
Files in linslin/paging-slider
Package paging-slider
Short Description pagingSilder brings you Hardware-Accelerated Page Transitions for Web / Mobile Web Apps / PhoneGap Apps. Inspired by http://coenraets.org/blog/2013/03/hardware-accelerated-page-transitions-for-mobile-web-apps-phonegap-apps/ I have written an extension. This extension allows the page slider to control several pages, retrieve individual pages and slide from one side to another.
License MIT
Informations about the package paging-slider
pagingSlider
=======================
What is it?
pagingSilder brings you Hardware-Accelerated Page Transitions for Web / Mobile Web Apps / PhoneGap Apps. Inspired by http://coenraets.org/blog/2013/03/hardware-accelerated-page-transitions-for-mobile-web-apps-phonegap-apps/ I have written an extension. This extension allows the page slider to control several pages, retrieve individual pages and slide from one side to another.
Why singleton pattern?
Using singleton pattern as class object makes the integration easy in the common way. Also singleton pattern does not block a multiple use per page. You are able to create new instances of pagingSlider object like "var myPagingSlider = pagingSlider;".
Demo
http://www.linslin.org/2015/01/13/css-hardware-accelerated-page-transitions/
Features
- slide to pages with touch swipes by using Hardware-Accelerated Page Transitions
- auto switch to pages by clicking menu item
- call pages directly
- animated mobile pagebrowser
- integrated touch events with quoJS
- loop functionality
- disable/enable pointer foot menu
- multi sliders on one page support
Install via bower
bower install linslin-pagingslider
Useage
- Checkout and run app/index.html in Browser.
- Modify the Template
- Take a look at the demo directory for cordova-, web-examples & configurations
Configurations
Disable/Enable loop
Disable/Enable pointer footer menu
Tested with
- cordova 3.3, 3.4, 3.5, 3.6, 4.0
- angularJS
- Android 4.1<
- iOS 6.0<
- Firefox OS 1.3
Changelog
Release 1.0.7 - Changelog
- Modified Demo URL.
- Reordered readme.md contents.
Release 1.0.6 - Changelog
- Added bower support
- Added angularJS support
Release 1.0.5 - Changelog
- Added live demo
Release 1.0.4 - Changelog
- Hotfix: composer support.
- README.md modifications.
Release 1.0.3 - Changelog
- Hotfix: composer support.
Release 1.0.2 - Changelog
- Added composer support.
- Added platform support (Windows Phone 8.0 & 8.1, amazon-fireos, tizen)
Release 1.0.1 - Changelog
- Added user css class support - https://github.com/linslin/pagingSlider/issues/4
Release 1.0 - Changelog
- Official stable release
- Added cordova 3.6 & 4.0 support (iOS / Android / blackberry / firefoxos / browser)
- Changed readme.md images paths.
Known Issues
- Old Android Versions - Swipe does not work due quoJS/zepto.js. Fix -> "https://github.com/madrobby/zepto/issues/315"