We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 118828d commit caca04aCopy full SHA for caca04a
src/utils.js
@@ -122,7 +122,7 @@ function matrix(el, selfOnly) {
122
} while (!selfOnly && (el = el.parentNode));
123
}
124
125
- const matrixFn = window.DOMMatrix || window.WebKitCSSMatrix || window.CSSMatrix;
+ const matrixFn = window.DOMMatrix || window.WebKitCSSMatrix || window.CSSMatrix || window.MSCSSMatrix;
126
/*jshint -W056 */
127
return matrixFn && (new matrixFn(appliedTransforms));
128
0 commit comments