¡@

Home 

2014/10/16 ¤W¤È 12:04:33

jquery Programming Glossary: jquery.support.scaletransformprop

How do we add css + animation in jquery?

http://stackoverflow.com/questions/5029035/how-do-we-add-css-animation-in-jquery

to do something like this from a good guy in jQuery IRC. var rmatrix matrix s d. s s d. s s d. s s d. s s d. s s d. jQuery.support.scaleTransformProp function var div document.createElement 'div' return div.style.MozTransform '' 'MozTransform' div.style.WebkitTransform.. '' 'WebkitTransform' div.style.OTransform '' 'OTransform' div.style.MsTransform '' 'MsTransform' false if jQuery.support.scaleTransformProp jQuery.cssHooks 'scale' get function elem computed extra var transform jQuery.curCSS elem jQuery.support.scaleTransformProp.. jQuery.cssHooks 'scale' get function elem computed extra var transform jQuery.curCSS elem jQuery.support.scaleTransformProp m transform.match rmatrix return m parseFloat m 1 1.0 set function elem val var transform jQuery.curCSS elem jQuery.support.scaleTransformProp..