]> source.dussan.org Git - jquery.git/commit
Adds fn.promise as a mean to observe the completion of animations on a set of element...
authorjaubourg <j@ubourg.net>
Thu, 7 Apr 2011 04:00:52 +0000 (06:00 +0200)
committerjaubourg <j@ubourg.net>
Thu, 7 Apr 2011 04:00:52 +0000 (06:00 +0200)
commit4552d135f404b78f4fa1494a3de2911b2e2e4773
treed7177b0b0ef40893e9dbadf18b837c02043b8bef
parentbb99899ca0de93dd12f5a53f409ff6f72bfcf94c
Adds fn.promise as a mean to observe the completion of animations on a set of elements. Only queued animations are handled for now, non-queued animations support coming soon. Effects unit tests updated to test the feature (needs more testing though).
src/queue.js
test/unit/effects.js