Skip to content

Conversation

@alancutter
Copy link
Contributor

src/animation.js Outdated
var end = this._playbackRate > 0 ? this._totalDuration : 0;
this.currentTime = end;
if (this.startTime === null) {
this._startTime = this._timeline.currentTime - end / this._playbackRate;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

div by 0 if playbackRate is 0?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants