mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
More xcxcs
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user