animationframes icon indicating copy to clipboard operation
animationframes copied to clipboard

Minimalistic way to create JS animations!

Results 8 animationframes issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 4.2.1 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...

dependencies

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

https://github.com/pakastin/animationframes/blob/master/src/ease.js contains some really nice easing functions that can be used within the API, however, right now it seems there is no way to make use of this timing functions....

Small pull requests which makes minor performance improvements to the libraries - Eliminates an additional tick by checking the length before hand and if it needs to be started (fyi...

I don't think the polyfill should be here for a number of reasons. Most of the browsers today do support `requestAnimationFrame` natively, so in many cases we are safe to...

Great lib Would be cool if you write an interactive doc for it ir a blog post like i did for texgen.js http://read.klipse.tech/how-to-create-amazing-textures-in-javascript/

enhancement