Commit Graph

28 Commits

Author SHA1 Message Date
Stefan Petre
d1a4077fa8 Added transition effect 2007-01-04 12:37:50 +00:00
Jörn Zaefferer
df91317ab4 Merged the three unbind docs into one, added a few more (optional) hints; Use one() instead of bind() for unload 2007-01-04 09:47:42 +00:00
Jörn Zaefferer
ecf3351792 Fixed types for String|Number and added some more @see tags 2007-01-02 14:35:10 +00:00
Jörn Zaefferer
651116df95 Improved docs for FX module, merging method descriptions and marking optional arguments 2007-01-02 14:32:26 +00:00
Stefan Petre
b1e1d5d0c7 2007-01-02 11:40:22 +00:00
Paul Bakaus
12d13d9ada finally added the toggle option for animate(). It's not beautiful right now, but it works for the time. 2006-12-08 09:26:50 +00:00
Jörn Zaefferer
7cc550727c Testsuite 2.0 2006-11-18 13:37:01 +00:00
Brandon Aaron
06c185321c Restore display property in fx module after animation is completed. 2006-11-16 21:42:35 +00:00
Brandon Aaron
044d47a504 Fix for #276
Private method jQuery.setAuto in fx module is deprecated
2006-11-14 21:02:41 +00:00
Brandon Aaron
6f7cd66959 Added tests for 193 and 170.
Removed unused line of code from fx.
2006-10-17 15:34:19 +00:00
Brandon Aaron
05164f34be Added test for #237 2006-10-10 21:28:00 +00:00
Brandon Aaron
692d676e99 Fix for #237 2006-10-10 17:48:43 +00:00
Brandon Aaron
cafd40805a Fix for #227 2006-10-10 15:00:54 +00:00
Brandon Aaron
c901863b31 Revert fx.show to always take opacity from 0 to current opacity value. 2006-10-10 14:14:55 +00:00
Brandon Aaron
8526de137a Fix for #263. 2006-10-10 13:58:06 +00:00
John Resig
dbee06de85 Fixed a bunch of endline issues. 2006-10-10 01:59:20 +00:00
Brandon Aaron
c26ae24a1b * Applied patch for #204
* Removed references to $ within dimensions.js
2006-10-07 20:06:52 +00:00
Jörn Zaefferer
7b2c84ddbe Removed (hopefully) all references to $ within the jQuery code itself 2006-10-06 17:15:33 +00:00
Jörn Zaefferer
1ffa984e0d Added fix for bug #204, yet untested 2006-10-06 13:00:38 +00:00
John Resig
34d40c3aee Documented the slideToggle() and animate() functions. 2006-09-01 06:31:44 +00:00
John Resig
b27be158f2 Fixed issue with opacity being set to only 0.9999 for Opera, Safari, et. al - which it was, in fact a Mozilla issue (or, at least, it seems). 2006-08-31 04:22:45 +00:00
John Resig
48ec10044f Added in a bunch of fx fixes - and hide/show/toggle are decoupled from later methods. 2006-08-26 03:51:03 +00:00
John Resig
7caca06cfc Fixed the giant negative number issue that Opera was having. 2006-08-24 23:45:39 +00:00
John Resig
8a1adfcd2a Added in some more bug fixes - and added the slideToggle method. 2006-08-24 21:30:21 +00:00
John Resig
ccf9d44062 Fixed some bugs, improved the quality of some of the variables. 2006-08-24 19:43:21 +00:00
John Resig
25802e8bd0 Added a step callback to be executed on every step of an fx animation. 2006-08-22 05:35:48 +00:00
John Resig
ec38c6086c Fixed the issue with queued effects becoming corrupted. 2006-08-17 02:38:34 +00:00
John Resig
a42a8e5afa Moved all the jQuery source to the new src directory. 2006-08-13 14:49:54 +00:00