Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorganzing the jQuery source (first phase). | John Resig | 2007-09-08 | 1 | -397/+0 |
| | |||||
* | Massive FX rewrite. Full list of changes: | John Resig | 2007-09-07 | 1 | -166/+218 |
| | | | | | | | | | | | | - You can now animate non-px values (em and %, for example) - You can animate things things that previously broke (like font-size) - You can now write fx plugins (to add in the ability to animate colors, for example) - Advanced queueing controls were added (.queue(), .dequeue(), and {queue:false}) - Step was re-tooled to work with the new fx plugin scheme - Added the ability to do relative animations - Made it so that you can do simultaneous animations on a single element - A complete refactoring of jQuery.fx, improving naming, and usability | ||||
* | Removed all inline documentation. The current version of all documentation ↵ | John Resig | 2007-09-04 | 1 | -248/+0 |
| | | | | is stored online, on the wiki: http://docs.jquery.com/ | ||||
* | Added a new .stop() method which stops all animations running on the matched ↵ | John Resig | 2007-09-04 | 1 | -2/+16 |
| | | | | | | | | | | | set of elements. Example: $("#foo").slideDown(1000); setTimeout(function(){ $("#foo").stop(); }, 500); | ||||
* | Landing animation of scrollLeft/scrollTop (also works on random DOM object ↵ | John Resig | 2007-08-25 | 1 | -11/+7 |
| | | | | properties as well). | ||||
* | Added fix for undefined property in animation, in IE (Bug #1518) | John Resig | 2007-08-22 | 1 | -1/+1 |
| | |||||
* | Make jQuery work without warnings in strict mode, in Firefox. | John Resig | 2007-08-20 | 1 | -0/+3 |
| | |||||
* | Moving the easing check logic to the fx function, since Interface was ↵ | John Resig | 2007-07-20 | 1 | -2/+2 |
| | | | | overwriting the speed function :-( (Fix for bug #1396). | ||||
* | display block was being set on top/left animation, when they shouldn't be. | John Resig | 2007-07-15 | 1 | -1/+4 |
| | |||||
* | Overflow revert was completely borked when you animated multiple properties ↵ | John Resig | 2007-07-05 | 1 | -13/+16 |
| | | | | (like in .show() or .hide()) (see bug #1343). | ||||
* | Added a fix for easing problems (fall back to "linear" if swing doesn't ↵ | John Resig | 2007-06-21 | 1 | -2/+2 |
| | | | | exist) (bug #1212). | ||||
* | Normal hide/show toggling was broken, this fixes it (#1219). | John Resig | 2007-06-21 | 1 | -3/+7 |
| | |||||
* | Fix for #1214, #1216, #1234 (problem with animations). In a nutshell, the ↵ | John Resig | 2007-06-21 | 1 | -6/+5 |
| | | | | callback needs to occur even if the animation does not run. | ||||
* | remove a little superfluous blank which confused my eye the second time now | Ed Engelhardt | 2007-05-22 | 1 | -1/+1 |
| | |||||
* | improve documentation of animate() function by mentioning both the 'swing' ↵ | Ed Engelhardt | 2007-05-22 | 1 | -2/+2 |
| | | | | and 'linear' easings which are provided by default | ||||
* | Added fixes for bug #1052. Fixes the problems with animation chaining (and ↵ | John Resig | 2007-05-20 | 1 | -64/+43 |
| | | | | problems with toggling). Also, removed toggling from jQuery.fx (it's now handled in .animate() instead). | ||||
* | Simplified the easing options - we now provide "swing" and "linear" ↵ | John Resig | 2007-03-24 | 1 | -8/+12 |
| | | | | (defaulting to "swing"). This is in response to #928. | ||||
* | Only fadeIn/Out or slideUp/Down elements that are already hidden/visible ↵ | John Resig | 2007-03-18 | 1 | -4/+4 |
| | | | | (for #1051). | ||||
* | Animations now use a single interval timer, global for all animations. This ↵ | John Resig | 2007-03-17 | 1 | -7/+20 |
| | | | | severely improves the performance and responsiveness of the animations in most browsers. | ||||
* | Forced the test suite into standards mode. Fixed some issues with how ↵ | John Resig | 2007-03-16 | 1 | -3/+3 |
| | | | | opacity was handled in IE. Fixed a number of IE fx bugs. | ||||
* | A pack of animation fixes for #24, #260, #744, #799, #1003, and #1021. | John Resig | 2007-03-15 | 1 | -24/+26 |
| | |||||
* | Backported wiki changes from http://docs.jquery.com/API/1.1.1/Effects | Jörn Zaefferer | 2007-02-27 | 1 | -2/+5 |
| | |||||
* | Fix flicker in animations | Brandon Aaron | 2007-01-31 | 1 | -3/+2 |
| | |||||
* | Fixed show/hide to return selected objects, not only those that are shown/hidden | Jörn Zaefferer | 2007-01-15 | 1 | -2/+4 |
| | |||||
* | Added in jQuery.isFunction(). | John Resig | 2007-01-14 | 1 | -17/+17 |
| | |||||
* | Fixed an issue with animated .toggle() not working. | John Resig | 2007-01-13 | 1 | -2/+3 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | | | | cleaned up some of the documentation. | ||||
* | 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 ↵ | Jörn Zaefferer | 2007-01-05 | 1 | -1/+1 |
| | | | | for usage of $.noConflict() | ||||
* | 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 ↵ | Stefan Petre | 2007-01-04 | 1 | -61/+89 |
| | | | | to add new easing functions. | ||||
* | Added transition effect | Stefan Petre | 2007-01-04 | 1 | -499/+600 |
| | |||||
* | Merged the three unbind docs into one, added a few more (optional) hints; ↵ | Jörn Zaefferer | 2007-01-04 | 1 | -10/+10 |
| | | | | Use one() instead of bind() for unload | ||||
* | 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 ↵ | Jörn Zaefferer | 2007-01-02 | 1 | -118/+36 |
| | | | | optional arguments | ||||
* | (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 |
| | | | | but it works for the time. | ||||
* | Testsuite 2.0 | Jörn Zaefferer | 2006-11-18 | 1 | -8/+0 |
| | |||||
* | 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 |
| | | | | Private method jQuery.setAuto in fx module is deprecated | ||||
* | Added tests for 193 and 170. | Brandon Aaron | 2006-10-17 | 1 | -2/+0 |
| | | | | Removed unused line of code from fx. | ||||
* | 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 |
| |