https://github.com/georgeosddev/jquery.boxflick.js
Enable horizontal flick move for Android.
https://github.com/georgeosddev/jquery.boxflick.js
Last synced: 2 months ago
JSON representation
Enable horizontal flick move for Android.
- Host: GitHub
- URL: https://github.com/georgeosddev/jquery.boxflick.js
- Owner: georgeOsdDev
- Created: 2013-05-18T08:26:25.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2020-03-18T09:31:58.000Z (about 5 years ago)
- Last Synced: 2025-01-20T19:33:20.448Z (4 months ago)
- Language: JavaScript
- Homepage: http://georgeosddev.github.io/jquery.boxflick.js/
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# jquery.boxflick.js
Enable horizontal flick move for Android.## Usage
$(function(){
$( "#handler" ).boxflick({
auto:5000
});
});
>See also > [Demo](http://georgeosddev.github.io/jquery.boxflick.js/)
## License
Licensed under the incredibly [permissive](http://en.wikipedia.org/wiki/Permissive_free_software_licence) [MIT License](http://creativecommons.org/licenses/MIT/)
Copyright © 2013 [Takeharu.Oshida](http://georgeosddev.github.com)