]> source.dussan.org Git - jquery.git/commit
Animation state is tracked on toggled/stopped animations using the private data cache...
authortimmywil <timmywillisn@gmail.com>
Mon, 12 Sep 2011 23:48:44 +0000 (19:48 -0400)
committertimmywil <timmywillisn@gmail.com>
Mon, 19 Sep 2011 19:42:30 +0000 (15:42 -0400)
commit1878885fb7a09b65d95980a9b7dce2df2944e4f9
tree6d70ba76b3dc9a26085ce9cdec9fcf68bb02cd3d
parent92405d4f5ffe9ec1f26f280303783014948438c5
Animation state is tracked on toggled/stopped animations using the private data cache. Fixes #8685. See full commit message for more. Fixes #6641.

- Example: http://jsfiddle.net/timmywil/gqZL5/24/

- http://bugs.jquery.com/ticket/8685

- Check the completed timer has not been removed already so other timers do not get accidentally removed. Fixes #6641.

- Style edits, code reductions, and optimizations for the effects module
src/effects.js
src/queue.js
test/unit/effects.js