aboutsummaryrefslogtreecommitdiffstats
path: root/test/index.html
diff options
context:
space:
mode:
authorKarl Swedberg <kswedberg@gmail.com>2010-09-08 16:31:32 -0400
committerjeresig <jeresig@gmail.com>2010-09-22 11:30:54 -0400
commit1f667aa035b3e4885d6b35fa9aa4990310f131af (patch)
treec9b44600ba404c0759010f7e63ee21b3e5d48881 /test/index.html
parent06883449d6ac16c2f9ed631da15d88929dd7f817 (diff)
downloadjquery-1f667aa035b3e4885d6b35fa9aa4990310f131af.tar.gz
jquery-1f667aa035b3e4885d6b35fa9aa4990310f131af.zip
Added full support for easing in all shorthand effects methods (hide, show, toggle, fadeTo, slideUp, etc.). Previously, these methods could only be used with two of the three (speed, easing, callback) arguments, or, in the case of fadeTo, 3 of the 4 (speed, opacity, easing, callback) arguments. Added three more sets of tests to the series of "Chain" tests. Fixes #7014
Diffstat (limited to 'test/index.html')
-rw-r--r--test/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/index.html b/test/index.html
index be1f3632a..78060d464 100644
--- a/test/index.html
+++ b/test/index.html
@@ -245,6 +245,8 @@ Z</textarea>
<div id="slidetogglein" class='chain test'>slideToggleIn<div>slideToggleIn</div></div>
<div id="slidetoggleout" class='chain test out'>slideToggleOut<div>slideToggleOut</div></div>
+
+ <div id="fadeto" class='chain test'>fadeTo<div>fadeTo</div></div>
</div>
<div id="fx-tests"></div>