Functiondojo._Animation.play

<script src="../../js/dojo.js"></script>
defined in dojo/_base/fx.js

Start the animation.

Usage

function (/*Integer?*/ delay, /*Boolean?*/ gotoStart) (view source)
parametertypedescription
delayIntegerOptional. How many milliseconds to delay before starting.
gotoStartBooleanOptional. If true, starts the animation from the beginning; otherwise, starts it from its current position.