Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeffgukang/devicecontrolonweb.js
A simple sensors control of devices javascript plugin for Tizen and Web Browser.
https://github.com/jeffgukang/devicecontrolonweb.js
Last synced: about 12 hours ago
JSON representation
A simple sensors control of devices javascript plugin for Tizen and Web Browser.
- Host: GitHub
- URL: https://github.com/jeffgukang/devicecontrolonweb.js
- Owner: JeffGuKang
- Created: 2014-07-29T01:45:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-01T08:21:40.000Z (almost 10 years ago)
- Last Synced: 2024-04-14T06:11:10.232Z (7 months ago)
- Language: JavaScript
- Homepage: http://www.supanomal.com/opensources/mobile_vibration/
- Size: 184 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VibrationControlOnBrowser.js #
A simple vibration control of devices javascript plugin
###Example:###
- http://www.supanomal.com/opensources/mobile_vibration/## Installation ##
Setting up VibrationControlOnBrowser.js is pretty simple. Just download the js and include it in your HTML:```HTML
```
## Basic Usage ##
```javascript
startVibration(_duration, _interval, _numberoftime)
```
* _duration
* Duration of vibration
* _interval
* interval until next vibration
* _numberoftime
* 0: infinite
* _numberoftime > 0 : number of vibration count## Change Log##
###1.0###
* initial release# shakeRecognizer.js #
A simple javascript plugin for shake recognizer of devices
###Example:###
- http://www.supanomal.com/opensources/mobile_vibration/shaketext.html## Installation ##
Setting up VibrationControlOnBrowser.js is pretty simple. Just download the js and include it in your HTML:```HTML
```
## Basic Usage ##
```javascript
shakeRecongnizerOn(_func_);
```## Change Log##
###1.0###
* initial release