UNPKG
@material-git/all
Version:
latest (2.0.0-dev.20160926)
2.0.0-git.20160919
2.0.0-git.20160912
2.0.0-dev.20160926
Angular 2 Material
github.com/angular/material2
angular/material2
@material-git/all
/
core
/
style
/
apply-transform.d.ts
7 lines
(6 loc)
•
233 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** * Applies a CSS transform to an element, including browser-prefixed properties. *
@param
element *
@param
transformValue */
export
declare
function
applyCssTransform
(
element: HTMLElement, transformValue:
string
):
void
;