translate
Method of css/transforms/MSCSSMatrixcss/transforms/MSCSSMatrix
Syntax
var object = object.translate();
Return Value
Returns an object of type DOM NodeDOM Node
Type: HRESULT
This method can return one of these values.
{
Syntax
Standards information
- CSS Transitions Module Level 3, Section 10.1
Parameters
- offsetX [in]
- Type: floatThe translation offset along the x-axis.
offsetY [in] - Type: floatThe translation offset along the y-axis.
offsetZ [in, optional] - Type: floatThe translation offset along the z-axis.
retMatrix [out, retval] - Type: MSCSSMatrixThe returned matrix.
See also
Related articles
Transforms
translate
Related pages
- MSCSSMatrixMSCSSMatrix
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]