Methods
-
<static> copy(source, target, styles)
-
Copy the style from one element to another
Parameters:
Name Type Description sourceThe element to copy from
targetThe element to copy to
stylesAn array of properties to copy
-
<static> get(element, style)
-
Get the computed style of an element
Parameters:
Name Type Description elementElement The element
styleString The CSS property in the form font-size NOT fontSize;
-
<static> setOpacity()
-
Cross browser way of setting opacity