1.3.3
Fixed
$.fn.css
fixed to allow false-y values to be set like$(el).css(opacity,0);
- fixed
getPrefixedProp
andcamelCase
issues with certain CSS names, liketransition-duration
Added
- Exposed
$.prefixedProp
and$.camelCase
utilities to allow for eventual animation support.