jquery.cssanimateauto
Version:
A jQuery plugin that uses CSS transitions to animate an element's height or width to or from auto.
20 lines (14 loc) • 425 B
Markdown
0.4.0
- Update dependencies and publish via npm.
0.3.4
- Fixed `bower.json` (thanks to @JodiWarren).
0.3.3
- Fixed `this` when plugin is used in callback function (thanks to @3spin-dev).
- Fixed `webkitTransition` detection for iOS6 (thanks to @3spin-dev).
0.3.2
- Added the `to` option.
0.3.0
- Added a timed fallback in case `transitionend` event never fires.
- Added event namespacing.
0.2.5
- Things basically work.