-
Notifications
You must be signed in to change notification settings - Fork 4
hootware/motion.js
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
__ _____ ____ /'\_/`\ /\ \__ __ /\___ \/\ _`\ /\ \ ___\ \ ,_\/\_\ ___ ___ \/__/\ \ \,\L\_\ \ \ \__\ \ / __`\ \ \/\/\ \ / __`\/' _ `\ _\ \ \/_\__ \ \ \ \_/\ \/\ \L\ \ \ \_\ \ \/\ \L\ \\ \/\ \ /\ \_\ \/\ \L\ \ \ \_\\ \_\ \____/\ \__\\ \_\ \____/ \_\ \_\ \ \____/\ `\____\ \/_/ \/_/\/___/ \/__/ \/_/\/___/ \/_/\/_/ \/___/ \/_____/ A library to help with modern browsers that handle device motion and orientation. For example: shaking, twisting and moving a device. Homepage: http://motionjs.org Examples: http://motionjs.org/examples Creator: http://twitter.com/ollieparsley Twitter: http://twitter.com/motionjs Simple shake detection example: //Listen for the shake start window.addEventListener('shakestart', function(event){ //Do something }); //Listen for the shake end window.addEventListener('shakeend', function(event){ //Do something else }); //Listen for the device facing up window.addEventListener('faceupstart', function(event){ //Do something }); //Listen for the device no longer facing up window.addEventListener('faceupend', function(event){ //Do something });
About
A library to help with modern browsers that handle device motion and orientation. For example: shaking, twisting and moving a device.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published