animitter icon indicating copy to clipboard operation
animitter copied to clipboard

requestAnimationFrame loop + EventEmitter for browser, VRDisplay, node.js and AMD.

Results 3 animitter issues
Sort by recently updated
recently updated
newest added

Right now a call to `instance.isCompleted()` inside of a `'stop'` handler would return false if invoked through `instance.complete()`. Should be marked as completed prior to event dispatch ``` const loop...

bug

```js getFPS: function(){ return this.deltaTime > 0 ? 1000 / this.deltaTime : 0; if(this.deltaTime){ //

Hi there, wondering if this package is still maintained. As there haven't been any commits for 9 years ... Or is there a newer npm package out there which does...