From b550dc698bd79c3ed5d844dd641fcc31d575d0ca Mon Sep 17 00:00:00 2001 From: Mike Sierra Date: Wed, 9 Oct 2013 14:32:40 -0400 Subject: [PATCH] COMMENT Element.stop --- src/svg.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/svg.js b/src/svg.js index eed1029..ac638d5 100644 --- a/src/svg.js +++ b/src/svg.js @@ -2090,6 +2090,7 @@ function arrayFirstValue(arr) { callback && eve.once("mina.finish." + anim.id, callback); return anim; }; + // SIERRA Element.stop(). Does it _stop_ or _pause_ the animations? If you run Element.animate() to restart the animation, does it commence from the beginning? /*\ * Element.stop [ method ]