Searched defs:run (Results 1 - 2 of 2) sorted by relevance

/yui3/src/anim/js/
H A Danim.js280 * The number of times the animation should run
342 * @method run
345 Y.Anim.run = function() {
348 if (instances[i].run) {
349 instances[i].run();
419 * @method run
422 run: function() {
434 * Calling run() will continue where it left off.
494 * @description fires when an animation is resumed (run from pause).
/yui3/src/transition/js/
H A Dtransition-native.js245 * @method run
249 run: function(callback) {
313 // run transitions mapped to this instance
466 * @param {Function} callback A function to run after the transition has completed.
509 anim.run(callback);
585 * @param {Function} callback A function to run after the transition has completed. The callback fires

Completed in 82 milliseconds