aboutsummaryrefslogtreecommitdiffstats
path: root/build/test/fx.html
Commit message (Collapse)AuthorAgeFilesLines
* Integrated the custom fx test suite into the main test suite. All tests are ↵John Resig2007-07-291-350/+0
| | | | now run automatically. Removed the old suite, as it was no longer needed.
* Added fixes for bug #1052. Fixes the problems with animation chaining (and ↵John Resig2007-05-201-0/+43
| | | | problems with toggling). Also, removed toggling from jQuery.fx (it's now handled in .animate() instead).
* Forced the test suite into standards mode. Fixed some issues with how ↵John Resig2007-03-161-4/+7
| | | | opacity was handled in IE. Fixed a number of IE fx bugs.
* Added an initial version of the new animation test suite. (You should never ↵John Resig2007-03-151-0/+304
see red on the suite page - an error message will be generated wherever possible.)