From 3e7b7e040ed79b920ef6df828e107d121eb62c4b Mon Sep 17 00:00:00 2001 From: Avital Oliver Date: Mon, 12 Aug 2013 13:36:45 -0700 Subject: [PATCH] More xcxcs --- packages/animation/animated_each.js | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/packages/animation/animated_each.js b/packages/animation/animated_each.js index 60f12a49cb..b2c9f351df 100644 --- a/packages/animation/animated_each.js +++ b/packages/animation/animated_each.js @@ -1,4 +1,15 @@ -// XXX another full pass on this all. +// xcxc another full pass on this all. +// - add configuration (speed, curve) +// - how do you configure adds and removes? +// - similarly, how do you animate a single if/else.. +// - support else on each +// - make this reuse elements while they're being faded out. +// - some hook like "animation enabled" for initial data load +// - figure out the story for changing sort order. do moves animate? +// - BUG: Load unfinished/shark in two tabs, click 'move element' a few times in one tab. +// - BUG? If you queue moves does the bug "fixed" by 08d32d2209b643fb2bcd192 still happen? +// - Test on all browsers, including mobile. + $.fx.speeds._default = 2000; var apply = function (el, events) {