Added test for #237
This commit is contained in:
parent
692d676e99
commit
05164f34be
|
@ -305,6 +305,14 @@ jQuery.fn.extend({
|
||||||
* left: 50, opacity: 'show'
|
* left: 50, opacity: 'show'
|
||||||
* }, 500);
|
* }, 500);
|
||||||
*
|
*
|
||||||
|
* @test stop();
|
||||||
|
* var hash = {opacity: 'show'};
|
||||||
|
* var hashCopy = $.extend({}, hash);
|
||||||
|
* $('#foo').animate(hash, 'fast', function() {
|
||||||
|
* ok( hash.opacity == hashCopy.opacity, 'Check if animate changed the hash parameter' );
|
||||||
|
* start();
|
||||||
|
* });
|
||||||
|
*
|
||||||
* @name animate
|
* @name animate
|
||||||
* @type jQuery
|
* @type jQuery
|
||||||
* @param Hash params A set of style attributes that you wish to animate, and to what end.
|
* @param Hash params A set of style attributes that you wish to animate, and to what end.
|
||||||
|
|
Loading…
Reference in a new issue