UNPKG

dimple-js

Version:

Dimple is an object-oriented API allowing you to create flexible axis-based charts using [d3.js](http://d3js.org "d3.js").

12 lines (10 loc) 469 B
// Copyright: 2015 AlignAlytics // License: "https://github.com/PMSI-AlignAlytics/dimple/blob/master/MIT-LICENSE.txt" // Source: /src/objects/storyboard/methods/stopAnimation.js this.stopAnimation = function () { if (this._animationTimer !== null) { window.clearInterval(this._animationTimer); this._animationTimer = null; this._frame = 0; } };