Articles tagged: Orientation
Found 18 documents
- Mozilla/Tech/XPCOM/Reference/Interface/nsIDeviceMotion When called, the accelerometer support implementation must begin to notify the specified ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsIDeviceMotionData The values of x, y, and z can range from -1 to 1, where 0 means the device is balanced on that ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsIDeviceMotionListener Called when new orientation or acceleration data is available.
- Mozilla/Tech/XPCOM/Reference/Interface/nsIDOMOrientationEvent The nsIDOMOrientationEvent interface describes the event that can be delivered to DOM windows, ...
- Web/API/Detecting_device_orientation Increasingly, web-enabled devices are capable of determining their orientation ; that is, they ...
- Web/API/DeviceMotionEvent The DeviceMotionEvent provides web developers with information about the speed of changes for ...
- Web/API/DeviceMotionEvent/acceleration The acceleration property returns the amount of acceleration recorded by the device, in meters ...
- Web/API/DeviceMotionEvent/accelerationIncludingGravity The accelerationIncludingGravity property returns the amount of acceleration recorded by the ...
- Web/API/DeviceMotionEvent/interval Returns the interval, in milliseconds, at which data is obtained from the underlaying hardware. ...
- Web/API/DeviceMotionEvent/rotationRate Returns the rate at which the device is rotating around each of its axes in degrees per second.
- Web/API/VRPose/orientation The orientation read-only property of the VRPositionState interface returns the orientation of ...
- Web/API/WebVR_API/WebVR_concepts This article discusses some of the concepts and theory behind virtual reality (VR). If you are a ...
- Web/API/Window/ondevicemotion An event handler for the devicemotion events sent to the window.
- Web/API/Window/ondeviceorientation An event handler for the deviceorientation event, which contains information about a relative ...
- Web/API/Window/ondeviceorientationabsolute An event handler for the deviceorientationabsolute event containing information about an ...
- Web/Events/MozOrientation An event that is repeatedly fired on the window as accelerator data is provided to the browser.
- Web/Guide/Events/Orientation_and_motion_data_explained When using orientation and motion events, it's important to understand what the values you're ...
- Web/Guide/Events/Using_device_orientation_with_3D_transforms This article provides tips on how to use device orientation information in tandem with CSS 3D ...