Skip to content

1.3.3

Compare
Choose a tag to compare
@shshaw shshaw released this 20 May 19:31
· 542 commits to master since this release

Fixed

  • $.fn.css fixed to allow false-y values to be set like $(el).css(opacity,0);
  • fixed getPrefixedProp and camelCase issues with certain CSS names, like transition-duration

Added

  • Exposed $.prefixedProp and $.camelCase utilities to allow for eventual animation support.