KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
Swpnav
★ 14
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
FREPenTablet
:
AIR 3 Native Extension For Windows 7
open311-simple
:
Open 311 Simple (draft)
data_migrations
:
No description available.
visualize
:
Recoset's Dataviz Framework
PP-MM-A03
:
Parallel Processing - Matrix Multiplication (Cannon, DNS, LUdecomp)
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Swpnav
?
Download (.md)
# Swpnav [Path](https://path.com/) and [Facebook](http://facebook.com/) like navigation brought your web site for iOS and Android devices. ## usage ### simple To instert below code end of body element or state of document ready. Swpnav('#content', '#nav'); ### with options execution with options. Swpnav('#content', '#nav', { slide: 230, duration: '0.5s', timingFunction: 'ease' trigger: 50 }); ### with APIs Swpnav has some APIs listed below. * open - open navigation * close - close navigation * destroy - destroy swpnav with var open = document.getElementById('open'); var swp = Swpnav('#content', '#nav'); open.addEventListener('click', function(ev) { ev.preventDefault(); if ( swp.state ) { swp.close(); } else { swp.open(); } }, false); ## devices * iPhone3G, 3GS, 4, 4S (iOS3.2 or higher * Android (touchmove is buggy