Skip to content

Provides horizontally swipeable page. Allow individual pages to be created dynamically. Polymer 1.0

Notifications You must be signed in to change notification settings

emersonbottero/swipeable-pages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Copyright (c) 2014 Hassan Hayat [email protected] Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Provides horizontally swipeable pages. Based in https://github.com/TheSeamau5/swipe-pages

The swipeable-pages element is given a certain width and height through CSS and then each individual swipeable-page will automatically take of the full size of the parent element. This means that the children elements are assumed to all have the exact same size which they all derive from the swipeable-pages element. you must indicate the page-count ###Example:

Hey I'm page 0

Hi, I'm on page 1

I am page 2 and I totally rock!

Swiping left moves to the next page while swiping right moves to the previous page. This behavior is very typical on mobile applications. The key to this element is that when swiping, the page follows your finger horizontally so as to give the user immediate feedback that he/she is swiping between pages. Pages only transition when the swipe gesture has crossed a certain threshold which is exposed by the threshold attribute. ###Example: By setting the threshold to 0.5, you ensure that the page will only transition if the swipe gesture has crossed half the swipeable-pages width horizontally. threshold accepts values between 0 and 1. A threshold value of 0 implies that any swipe gesture will cause a page transition. A threshold value of 1 implies that no page transition is possible as you must cross more that the entire size of the swipeable-pages element horizontally which is impossible given that the size of the swipeable-pages element is well-defined. @class swipeable-pages @blurb Provides horizontally swipeable pages. @status alpha

About

Provides horizontally swipeable page. Allow individual pages to be created dynamically. Polymer 1.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages