Added full support for easing in all shorthand effects methods (hide, show, toggle...
authorKarl Swedberg <kswedberg@gmail.com>
Wed, 8 Sep 2010 20:31:32 +0000 (16:31 -0400)
committerjeresig <jeresig@gmail.com>
Wed, 22 Sep 2010 15:30:54 +0000 (11:30 -0400)
commit1f667aa035b3e4885d6b35fa9aa4990310f131af
treec9b44600ba404c0759010f7e63ee21b3e5d48881
parent06883449d6ac16c2f9ed631da15d88929dd7f817
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
src/effects.js
test/index.html
test/unit/effects.js