Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

DeviceMotionEvent.rotationRate

이 문서는 아직 자원 봉사자들이 한국어로 번역하지 않았습니다. 함께 해서 번역을 마치도록 도와 주세요!

Returns the rate at which the device is rotating around each of its axes in degrees per second.

Note: If the hardware isn't capable of providing this information, this property returns null.

Syntax

var rates = instanceOfDeviceMotionEvent.rotationRate;

Value

The rotationRates property is a read only object describing the rotation rates of the device around each of its axes:

alpha
The rate at which the device is rotating about its Z axis; that is, being twisted about a line perpendicular to the screen.
beta
The rate at which the device is rotating about its X axis; that is, front to back.
gamma
The rate at which the device is rotating about its Y axis; that is, side to side.

Specifications

Specification Status Comment
Device Orientation Events Working Draft Initial specification.

Browser compatibility

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari (WebKit)
Basic support (Yes) 6 (6) ? ? ?
Feature Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Basic support (Yes) 6.0 (6) Not supported Not supported 4.2

See also

문서 태그 및 공헌자

 이 페이지의 공헌자: fscholz, jsx, kscarfone, justinpotts, Jeremie, Sheppy
 최종 변경: fscholz,