Play / stop methods
hi,
i have basic animation 2 bindtimelineaction, 1 listening on "play" , other on "stop".
i not able figure why, when animation starts, can see both listeners called, if animation isn't in autoplay mode.
i have dig edge javascript file (edge.1.5.0.js) , find there «this.stop();» in play method.
***
d.extend(a.prototype, n.prototype, {constructor: a,play: function(a) {
this.notifyobservers("play");
this.stop();
this.sort();
this.playing = !0;
if (this.context)
this.context.playdirection = void 0, this.context.executetriggers = void 0;
var b = this.getcontext(a);
b.timeline = this;
...
***
there reason guess, ?
thanks.
More discussions in Edge Animate CC
adobe
Comments
Post a Comment