We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb701cb + 8aafdcf commit baaa3d9Copy full SHA for baaa3d9
src/timing-utilities.js
@@ -45,7 +45,7 @@
45
this['_' + member] = value;
46
if (this._effect) {
47
this._effect._timingInput[member] = value;
48
- this._effect._timing = shared.normalizeTimingInput(shared.normalizeTimingInput(this._effect._timingInput));
+ this._effect._timing = shared.normalizeTimingInput(this._effect._timingInput);
49
this._effect.activeDuration = shared.calculateActiveDuration(this._effect._timing);
50
if (this._effect._animation) {
51
this._effect._animation._rebuildUnderlyingAnimation();
0 commit comments