Fixed animating to 0% (Bug #1586).
[jquery.git] / src / fx.js
2007-09-15 John ResigFixed animating to 0% (Bug #1586).
2007-09-15 John ResigForgot the 'var' statement, causing variables to leak...
2007-09-15 John ResigConvert relative animations to use -= and += (instead...
2007-09-14 John ResigFixed some bugs in how .queue() works (it wasn't handli...
2007-09-12 Sean CatchpoleAbsolutely position animations, damn my twichy fingers...
2007-09-12 Sean CatchpoleAnimate should absolutely position if a number is passe...
2007-09-10 John ResigFixed a bug that was occurring in the packed version...
2007-09-09 John ResigMoved the fx queueing over to the new expando system.
2007-09-09 John Resig.stop() wouldn't resume any queued animations.
2007-09-08 John ResigReorganzing the jQuery source (first phase).