Results 4561 - 4580 of 4,668

VRPose.angularAcceleration

The angularAcceleration read-only property of the VRPose interface returns the angular acceleration of the VRDisplay at the current VRPose.timestamp, in meters per second per second.
angularAcceleration API Experimental Expérimental Property Reference Référence Virtual Reality VR VRPose WebVR

VRPose.angularVelocity

The angularVelocity read-only property of the VRPose interface returns the angular velocity of the VRDisplay at the current VRPose.timestamp, in radians per second.
angularVelocity API Experimental Expérimental Property Reference Référence Virtual Reality VR VRPose WebVR

VRPose.hasOrientation

The hasOrientation read-only property of the VRPositionState interface returns a boolean indicating whether the VRPositionState.orientation property is valid (i.e. if the hardware is currently registering a valid orientation). If it is false, the orientation property will return null.
API Experimental Expérimental hasOrientation Obsolete Property Reference Référence Virtual Reality VR VRPositionState WebVR

VRPose.hasPosition

The hasPosition read-only property of the VRPositionState interface returns a boolean indicating whether the VRPositionState.position property is valid (i.e. if the hardware is currently registering a valid position). If it is false, the position property will return null.
API Experimental Expérimental hasPosition Obsolete Property Reference Référence Virtual Reality VR VRPositionState WebVR

VRPose.linearAcceleration

The linearAcceleration read-only property of the VRPose interface returns the linear acceleration of the VRDisplay at the current VRPose.timestamp, in meters per second per second.
API Experimental Expérimental linearAcceleration Property Reference Référence Virtual Reality VR VRPose WebVR

VRPose.linearVelocity

The linearVelocity read-only property of the VRPose interface returns the linear velocity of the VRDisplay at the current VRPose.timestamp, in meters per second.
API Experimental Expérimental linearVelocity Property Reference Référence Virtual Reality VR VRPose WebVR

VRPose.orientation

The orientation read-only property of the VRPositionState interface returns the orientation of the sensor at the current VRPose.timestamp, as a quarternion value.
API Experimental Expérimental Orientation Property Reference Référence Virtual Reality VR VRPose WebVR

VRPose.position

The position read-only property of the VRPose interface returns the position of the VRDisplay at the current VRPose.timestamp as a 3D vector.
API Experimental Expérimental Position Property Reference Référence Virtual Reality VR VRPose WebVR

VRPose.timestamp

The timestamp read-only property of the VRPose interface returns the current time stamp of the system — a monotonically increasing value representing the time since the current app was started.
API Experimental Expérimental Property Reference Référence timeStamp Virtual Reality VR VRPose WebVR

WebVTT

WebVTT is a format for displaying timed text tracks (e.g. subtitles or captions) with the <track> element. The primary purpose of WebVTT files is to add text overlays to a <video>. WebVTT is a text based format, which must be encoded in UTF-8 format. Where you can use spaces you can also use tabs.
API captions Intermediate NeedsUpdate Reference subtitles text tracks Web Video Text Tracks WebVTT

Window.dialogArguments

The dialogArguments property returns the parameters that were passed into the window.showModalDialog() method. This lets you determine what parameters were specified when the modal dialog was created.
API HTML DOM NeedsCompatTable NeedsExample NeedsMarkupWork NeedsSpecTable Property Reference Référence Window

Window.fullScreen

This property indicates whether the window is displayed in full screen mode or not. It is only reliable in Gecko 1.9 (Firefox 3) and later, see the Notes below.
API DOM_0 HTML DOM NeedsCompatTable NeedsExample NeedsMarkupWork NeedsSpecTable Property Reference Référence Window

Window.history

The Window.history read-only property returns a reference to the History object, which provides an interface for manipulating the browser session history (pages visited in the tab or frame that the current page is loaded in).
API History API HTML DOM NeedsCompatTable NeedsExample NeedsMarkupWork NeedsSpecTable Property Reference Référence Window