rotateAxisAngle
This page has been flagged with the following issues:
High-level issues:
Syntax
var object = object.rotateAxisAngle();
Return Value
Returns an object of type DOM Node.
Type: HRESULT
This method can return one of these values.
{
Syntax
Standards information
- CSS Transitions Module Level 3, Section 10.1
Parameters
- x [in]
- Type: floatThe x component of the axis vector.
- y [in]
- Type: floatThe y component of the axis vector.
- z [in]
- Type: floatThe z component of the axis vector.
- angle [in]
- Type: floatThe angle (in degrees) of the rotation about the axis vector.
- retMatrix [out, retval]
- Type: MSCSSMatrixThe returned matrix.
See also
Related articles
Transforms
- css/cssom/MSCSSMatrix/methods/rotateAxisAngle
Related pages (MSDN)
This article contains content originally from external sources.
Portions of this content come from the Microsoft Developer Network: [Windows Internet Explorer API reference Article]
This tool helps to make and review comments inline.
How to Use
insert instructions, with images, here