| Commit message (Expand) | Author | Age | Files | Lines |
* | More jQuery.speed() fixes. | John Resig | 2007-01-10 | 1 | -1/+1 |
* | Fixed a bug in jQuery.speed(), when there's no properties provided. | John Resig | 2007-01-10 | 1 | -2/+2 |
* | Removed duplicated show/hide/toggle, added test for toggle(), started documen... | Jörn Zaefferer | 2007-01-09 | 1 | -0/+9 |
* | Fix for #758 | Jörn Zaefferer | 2007-01-07 | 1 | -6/+10 |
* | Reorganized the different effects to be in fx.js, instead of jquery.js - and ... | John Resig | 2007-01-07 | 1 | -487/+545 |
* | Fixed up the easing documentation. | John Resig | 2007-01-07 | 1 | -11/+8 |
* | Improved the categories of a bunch of docs, upped the version to 1.1. | John Resig | 2007-01-07 | 1 | -9/+9 |
* | Started cleaning up fx, made easing easier to use. | John Resig | 2007-01-07 | 1 | -80/+76 |
* | Removed easing formulas and placed them as a plugin under interface | Stefan Petre | 2007-01-05 | 1 | -621/+512 |
* | fixed typo (easeout); added check if jQuery._$ even exists, added examples fo... | Jörn Zaefferer | 2007-01-05 | 1 | -1/+1 |
* | Changed the default easing function | Stefan Petre | 2007-01-05 | 1 | -11/+5 |
* | Changed transitions to easing. easing is now an object that can be extended t... | Stefan Petre | 2007-01-04 | 1 | -61/+89 |
* | Added transition effect | Stefan Petre | 2007-01-04 | 1 | -499/+600 |
* | Merged the three unbind docs into one, added a few more (optional) hints; Use... | Jörn Zaefferer | 2007-01-04 | 1 | -10/+10 |
* | Fixed types for String|Number and added some more @see tags | Jörn Zaefferer | 2007-01-02 | 1 | -7/+19 |
* | Improved docs for FX module, merging method descriptions and marking optional... | Jörn Zaefferer | 2007-01-02 | 1 | -118/+36 |
* | (no commit message) | Stefan Petre | 2007-01-02 | 1 | -566/+566 |
* | finally added the toggle option for animate(). It's not beautiful right now, ... | Paul Bakaus | 2006-12-08 | 1 | -0/+24 |
* | Testsuite 2.0 | Jörn Zaefferer | 2006-11-18 | 2 | -8/+12 |
* | Restore display property in fx module after animation is completed. | Brandon Aaron | 2006-11-16 | 1 | -8/+12 |
* | Fix for #276 | Brandon Aaron | 2006-11-14 | 1 | -65/+32 |
* | Added tests for 193 and 170. | Brandon Aaron | 2006-10-17 | 1 | -2/+0 |
* | Added test for #237 | Brandon Aaron | 2006-10-10 | 1 | -0/+8 |
* | Fix for #237 | Brandon Aaron | 2006-10-10 | 1 | -1/+1 |
* | Fix for #227 | Brandon Aaron | 2006-10-10 | 1 | -1/+1 |
* | Revert fx.show to always take opacity from 0 to current opacity value. | Brandon Aaron | 2006-10-10 | 1 | -4/+3 |
* | Fix for #263. | Brandon Aaron | 2006-10-10 | 1 | -2/+2 |
* | Fixed a bunch of endline issues.1.0.2 | John Resig | 2006-10-10 | 1 | -577/+577 |
* | * Applied patch for #204 | Brandon Aaron | 2006-10-07 | 1 | -17/+14 |
* | Removed (hopefully) all references to $ within the jQuery code itself | Jörn Zaefferer | 2006-10-06 | 1 | -2/+2 |
* | Added fix for bug #204, yet untested | Jörn Zaefferer | 2006-10-06 | 1 | -580/+580 |
* | Documented the slideToggle() and animate() functions. | John Resig | 2006-09-01 | 1 | -1/+54 |
* | Fixed issue with opacity being set to only 0.9999 for Opera, Safari, et. al -... | John Resig | 2006-08-31 | 1 | -1/+1 |
* | Added in a bunch of fx fixes - and hide/show/toggle are decoupled from later ... | John Resig | 2006-08-26 | 1 | -25/+37 |
* | Fixed the giant negative number issue that Opera was having. | John Resig | 2006-08-24 | 1 | -1/+2 |
* | Added in some more bug fixes - and added the slideToggle method. | John Resig | 2006-08-24 | 1 | -0/+7 |
* | Fixed some bugs, improved the quality of some of the variables. | John Resig | 2006-08-24 | 1 | -1/+2 |
* | Added a step callback to be executed on every step of an fx animation. | John Resig | 2006-08-22 | 1 | -1/+5 |
* | Fixed the issue with queued effects becoming corrupted. | John Resig | 2006-08-17 | 1 | -5/+5 |
* | Moved all the jQuery source to the new src directory. | John Resig | 2006-08-13 | 1 | -0/+502 |