Lines Matching refs:property
960 this.transforms = this.options.style.parseStyle().map(function(property){
961 var originalValue = this.element.getStyle(property[0]);
963 style: property[0],
964 originalValue: property[1].unit=='color' ?
966 targetValue: property[1].unit=='color' ?
967 parseColor(property[1].value) : property[1].value,
968 unit: property[1].unit
1049 Element.CSS_PROPERTIES.each(function(property){
1050 if(style[property]) styleRules[property] = style[property];
1056 var property = pair[0], value = pair[1], unit = null;
1065 result[property.underscore().dasherize()] = $H({ value:value, unit:unit });