Commit Graph

61 Commits

Author SHA1 Message Date
John Resig
80a149b828 Integrated the custom fx test suite into the main test suite. All tests are now run automatically. Removed the old suite, as it was no longer needed. 2007-07-29 19:07:21 +00:00
John Resig
9ffd93d53a Moving the easing check logic to the fx function, since Interface was overwriting the speed function :-( (Fix for bug #1396). 2007-07-20 20:05:20 +00:00
John Resig
4577cd4b16 display block was being set on top/left animation, when they shouldn't be. 2007-07-15 02:42:11 +00:00
John Resig
12ebfa3b01 Overflow revert was completely borked when you animated multiple properties (like in .show() or .hide()) (see bug #1343). 2007-07-05 04:27:46 +00:00
John Resig
5bb0902c5e Added a fix for easing problems (fall back to "linear" if swing doesn't exist) (bug #1212). 2007-06-21 03:09:04 +00:00
John Resig
8b683b891f Normal hide/show toggling was broken, this fixes it (#1219). 2007-06-21 02:52:53 +00:00
John Resig
5e6c14993a Fix for #1214, #1216, #1234 (problem with animations). In a nutshell, the callback needs to occur even if the animation does not run. 2007-06-21 02:38:16 +00:00
Ed Engelhardt
f7ea17060f remove a little superfluous blank which confused my eye the second time now 2007-05-22 08:43:49 +00:00
Ed Engelhardt
d7fe34c440 improve documentation of animate() function by mentioning both the 'swing' and 'linear' easings which are provided by default 2007-05-22 07:05:32 +00:00
John Resig
9b5363b9eb Added fixes for bug #1052. Fixes the problems with animation chaining (and problems with toggling). Also, removed toggling from jQuery.fx (it's now handled in .animate() instead). 2007-05-20 08:40:13 +00:00
John Resig
d7a8794eb5 Cleaned up a lot of the test suite - reorganized and renamed tests. Added a new triggerEvent() method to the test runner to help us better test actual event interactions. 2007-03-25 18:06:18 +00:00
John Resig
1b9f4d3d2e Simplified the easing options - we now provide "swing" and "linear" (defaulting to "swing"). This is in response to #928. 2007-03-24 03:12:12 +00:00
John Resig
36774226dd Only fadeIn/Out or slideUp/Down elements that are already hidden/visible (for #1051). 2007-03-18 18:52:09 +00:00
John Resig
1d0dec55ba Animations now use a single interval timer, global for all animations. This severely improves the performance and responsiveness of the animations in most browsers. 2007-03-17 02:02:01 +00:00
John Resig
83b43a1e92 Forced the test suite into standards mode. Fixed some issues with how opacity was handled in IE. Fixed a number of IE fx bugs. 2007-03-16 20:37:10 +00:00
John Resig
027668047a A pack of animation fixes for #24, #260, #744, #799, #1003, and #1021. 2007-03-15 16:54:13 +00:00
Jörn Zaefferer
0d9920083b Backported wiki changes from http://docs.jquery.com/API/1.1.1/Effects 2007-02-27 21:44:57 +00:00
Brandon Aaron
397be502f9 Fix flicker in animations 2007-01-31 15:53:21 +00:00
Jörn Zaefferer
8b51bfbd32 Fixed show/hide to return selected objects, not only those that are shown/hidden 2007-01-15 10:29:13 +00:00
John Resig
ed5bda3020 Added in jQuery.isFunction(). 2007-01-14 06:22:20 +00:00
John Resig
8507faea6e Fixed an issue with animated .toggle() not working. 2007-01-13 22:38:11 +00:00
John Resig
6de5275687 More jQuery.speed() fixes. 2007-01-10 01:06:22 +00:00
John Resig
a3806202ff Fixed a bug in jQuery.speed(), when there's no properties provided. 2007-01-10 00:46:10 +00:00
Jörn Zaefferer
41cc839a2d Removed duplicated show/hide/toggle, added test for toggle(), started documentation of event properties/methods 2007-01-09 17:15:22 +00:00
Jörn Zaefferer
e057aeddcc Fix for #758 2007-01-07 23:38:37 +00:00
John Resig
0798c6e64e Reorganized the different effects to be in fx.js, instead of jquery.js - and cleaned up some of the documentation. 2007-01-07 21:43:38 +00:00
John Resig
a8f1d0ea4d Fixed up the easing documentation. 2007-01-07 19:56:29 +00:00
John Resig
d7b73ea5c7 Improved the categories of a bunch of docs, upped the version to 1.1. 2007-01-07 09:20:19 +00:00
John Resig
f6205e054e Started cleaning up fx, made easing easier to use. 2007-01-07 00:28:31 +00:00
Stefan Petre
645570310b Removed easing formulas and placed them as a plugin under interface 2007-01-05 22:00:48 +00:00
Jörn Zaefferer
887b890fa6 fixed typo (easeout); added check if jQuery._$ even exists, added examples for usage of $.noConflict() 2007-01-05 09:14:15 +00:00
Stefan Petre
150262153b Changed the default easing function 2007-01-05 06:40:38 +00:00
Stefan Petre
783f589fbf Changed transitions to easing. easing is now an object that can be extended to add new easing functions. 2007-01-04 14:57:22 +00:00
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