freetitelu / touch-sideswipe

Touch side swipe - widget-library for mobile navbar (vanilla js and little bit pure css).

Home Page:https://freetitelu.github.io/touch-sideswipe/demo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Touch side swipe

https://github.com/freetitelu/touch-sideswipe

Touch side swipe - widget-library for mobile navbar (writed on vanilla js and little bit css).

How to use Demo.

If you're in touch devise: touch (swipe) left window side to right

If you're in Chrome:

just reduce your browser window

OR:

  1. Activate "Web-inspector"
  2. Activate "Toogle device toolbar"
  3. Touch (swipe) left window side to right

How to use "touch-sideswipe.js"

See demo/index.html

Public api-functions for call open/close *:
touchSideSwipe.tssOpen()
touchSideSwipe.tssClose()

( and you can use touchSideSwipe.tssOpen() and touchSideSwipe.tssClose() only when window inner width < option windowMaxWidth in config.)

* or document.querySelector('.tss-label').click()

//todo: create branch gh-page for demo
//todo: registrate in npm and other
//todo: think about right side swipe
//todo: mega refactoring

The MIT License (MIT)

Copyright (c) 2018 Mititelu Nick (aka freetitelu)

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.

About

Touch side swipe - widget-library for mobile navbar (vanilla js and little bit pure css).

https://freetitelu.github.io/touch-sideswipe/demo/


Languages

Language:JavaScript 83.9%Language:CSS 16.1%