Skip to content

Commit 8aafdcf

Browse files
committed
Remove double call to normalizeTimingInput()
1 parent fb701cb commit 8aafdcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/timing-utilities.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
this['_' + member] = value;
4646
if (this._effect) {
4747
this._effect._timingInput[member] = value;
48-
this._effect._timing = shared.normalizeTimingInput(shared.normalizeTimingInput(this._effect._timingInput));
48+
this._effect._timing = shared.normalizeTimingInput(this._effect._timingInput);
4949
this._effect.activeDuration = shared.calculateActiveDuration(this._effect._timing);
5050
if (this._effect._animation) {
5151
this._effect._animation._rebuildUnderlyingAnimation();

0 commit comments

Comments
 (0)