es6-tween
Advanced tools
Comparing version 3.5.7 to 3.5.8
{ | ||
"name": "es6-tween", | ||
"version": "3.5.7", | ||
"version": "3.5.8", | ||
"description": "ES6 implementation of amazing tween.js", | ||
@@ -5,0 +5,0 @@ "browser": "dist/Tween.min.js", |
@@ -146,14 +146,2 @@ # es6-tween | ||
## Caveats | ||
##### We removed the shim from core functions for reduce size and improve execution speed, so you need some polyfills to work better | ||
* `Array.isArray`* | ||
* `Object.assign` | ||
* `requestAnimationFrame`* | ||
* `performance.now()`* | ||
* `cancelAnimationFrame`* | ||
* `Array.from`* | ||
`* - optional for best performance, fallback supported in core` | ||
## Examples | ||
@@ -160,0 +148,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
408292
192