Aaron

Results 3 comments of Aaron

Formalizing and bumping @AaronBeaudoin 's https://github.com/juliangarnier/anime/issues/188#issuecomment-522206934, which seems to be the best method we have right now: ```js function cancelAnimation (animation) { let activeInstances = anime.running; let index = activeInstances.indexOf(animation);...

Thanks for your time on this! Works great, except I seem to be losing the source map support. For a two-line `test.ts`: ```ts type Foo = string; throw new Error("Oh...

Some kind of standard solution here would be awesome. 😉