Updated dependencies.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*!
|
||||
* VERSION: 0.1.9
|
||||
* DATE: 2019-02-07
|
||||
* VERSION: 0.1.11
|
||||
* DATE: 2019-05-16
|
||||
* UPDATES AND DOCS AT: http://greensock.com
|
||||
*
|
||||
* @license Copyright (c) 2008-2019, GreenSock. All rights reserved.
|
||||
@@ -720,7 +720,7 @@ TweenPlugin.activate([CSSPlugin, AttrPlugin]); // to ensure treeshaking doesn't
|
||||
record("out", outProgress);
|
||||
}
|
||||
startTime = 0;
|
||||
maxDuration = Math.min(1000, vars.maxDuration || 1000, _getClippedDuration(selectedAnimation));
|
||||
maxDuration = vars.maxDuration || Math.min(1000, _getClippedDuration(selectedAnimation));
|
||||
if (selectedAnimation === _recordedRoot || vars.globalSync !== false) {
|
||||
_merge();
|
||||
linkedAnimation = _rootTween;
|
||||
@@ -1105,7 +1105,7 @@ TweenPlugin.activate([CSSPlugin, AttrPlugin]); // to ensure treeshaking doesn't
|
||||
|
||||
|
||||
|
||||
GSDevTools.version = "0.1.9";
|
||||
GSDevTools.version = "0.1.11";
|
||||
GSDevTools.logOverwrites = false;
|
||||
GSDevTools.globalRecordingTime = 2;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user