<?xml version='1.0' encoding='ISO-8859-1'?>
<?xml-stylesheet type='text/xsl' href='docs.xsl'?>
<docs>
<method cat='Effects' type='jQuery' short='A function for making your own, custom animations.' name='stop'>
<desc>  Stops all the currently running animations on all the specified elements.
  
If any animations are queued to run (and the clearQueue argument is not set to true), then they will begin immediately.</desc>  
<params type='Boolean' name='clearQueue'>
<desc>(optional) A Boolean (true/false) that when set to true clears the animation queue, effectively stopping all queued animations.</desc>  
</params>
<params type='Boolean' name='gotoEnd'>
<desc>(optional) A Boolean (true/false) that when set to true causes the currently playing animation to immediately complete, including resetting original styles on show and hide and calling the callback function.</desc>  
</params>
</method></docs>
