dojo._Animation.stop
<script src="../../js/dojo.js"></script>
defined in dojo/_base/fx.js
Stops a running animation.
Usage
function (/*Boolean?*/ gotoEnd) (view source)
parameter | type | description |
---|---|---|
gotoEnd | Boolean | Optional. If true, the animation will end. |