Gets the vendor specific CSS element style property name. ex) WebkitTransform, MozTransform, OTransform, msTransform
(static) getVendorProperty(property) → {string}
Parameters:
| Name | Type | Description | 
|---|---|---|
property | 
            
            string | A CSS element style property name.  | 
        
Returns:
The vendor specific CSS style element property name.
- Type
 - string
 
Example
document.getElementById('id').style[$.caph.ui.VendorUtil.getVendorProperty('transform')] = 'rotateX(90deg)';