es6-tween
Advanced tools
Comparing version 5.5.0 to 5.5.1
{ | ||
"name": "es6-tween", | ||
"version": "5.5.0", | ||
"version": "5.5.1", | ||
"description": "ES6 implementation of amazing tween.js", | ||
@@ -5,0 +5,0 @@ "browser": "bundled/Tween.min.js", |
@@ -210,3 +210,3 @@ /* global process */ | ||
const update = (time = now(), preserve) => { | ||
if (emptyFrame >= powerModeThrottle) { | ||
if (emptyFrame >= powerModeThrottle && handleLag) { | ||
isStarted = false | ||
@@ -213,0 +213,0 @@ emptyFrame = 0 |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
369894