id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blocking	blockedby
9280	Allow multiple effect queues for animate()	gnarf	gnarf	"{{{animate()}}} currently has a {{{ queue }}} option, but the only ""useful"" value it has {{{ false }}}.

I would like to propose that we add support for passing a string, which when present would queue the animation in the specified queue like so:

{{{
$("".elems"").animate( props, {
    queue: ""second"",
    duration: 250,
    callback: fn,
    easing: ""swing""
}).dequeue(""second"");
}}}"	enhancement	closed	blocker	1.7	effects	git	fixed	1.7-discuss			
