setMatrixValue
Method of css/cssom/MSCSSMatrixcss/cssom/MSCSSMatrix
Syntax
var object = object.setMatrixValue();
Return Value
Returns an object of type DOM NodeDOM Node
Type: HRESULT
This method can return one of these values.
Return code/value | Description |
---|---|
S_OK | The operation completed successfully. |
DOMException.SYNTAX_ERR
12 |
The transformValue string cannot be parsed into an MSCSSMatrix. This occurs when the string is not a valid value for the transform property, or if the string contains relative units. |
Notes
Remarks
Using the setMatrixValue method and setting the MSCSSMatrix attributes individually are the only ways to modify the current matrix. No other method will alter the current matrix.
Syntax
Standards information
- CSS Transitions Module Level 3, Section 10.1
Parameters
- transformValue [in]
- Type: DOMStringA string in the form of an acceptable value for the transform property in CSS.
See also
Related pages
- MSCSSMatrixMSCSSMatrix
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]